Skip to content

Commit

Permalink
πŸš€ Bump version to 7.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
i-am-tom committed Aug 26, 2024
1 parent 42dacdd commit 94e744c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-version-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ jobs:
CARGO_NET_GIT_FETCH_WITH_CLI: "true"

steps:
- uses: Swatinem/rust-cache@v2
with:
shared-key: "build" # share the cache across jobs
save-if: false

- name: Install Ripgrep
run: cargo install ripgrep

Expand Down

0 comments on commit 94e744c

Please sign in to comment.