Skip to content

Commit

Permalink
bump versions in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bpuchala committed Jul 12, 2024
1 parent 4618ce7 commit 82b14e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: CASMcode_global/dist
key: ${{ runner.os }}-libcasm-global-v2-0-4
key: ${{ runner.os }}-libcasm-global-v2-0-5

- name: Install CASM dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux-cxx-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: CASMcode_global/dist
key: ${{ runner.os }}-libcasm-global-v2-0-4
key: ${{ runner.os }}-libcasm-global-v2-0-5

- name: Install CASM dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/cache/restore@v4
with:
path: CASMcode_global/dist
key: ${{ runner.os }}-libcasm-global-v2-0-4
key: ${{ runner.os }}-libcasm-global-v2-0-5

- name: Install CASM dependencies
run: |
Expand Down

0 comments on commit 82b14e1

Please sign in to comment.