Skip to content

Commit

Permalink
build: bump CD cache key prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
tlowerison committed Nov 19, 2023
1 parent c251ce1 commit 6168b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: Swatinem/rust-cache@v2
with:
prefix-key: "v2-rust"
prefix-key: "v3-rust"
save-if: ${{ github.ref == 'refs/heads/main' }}

- name: Checkout repository
Expand Down

0 comments on commit 6168b46

Please sign in to comment.