Skip to content

Commit

Permalink
Update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
BentouDev committed Feb 11, 2024
1 parent a7f9b24 commit 97a5b9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_conan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Cache Conan packages
id: cache-conan
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-conan-packages
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Cache Conan packages
id: cache-conan
uses: actions/cache@v3
uses: actions/cache@v4
env:
cache-name: cache-conan-packages
with:
Expand Down

0 comments on commit 97a5b9a

Please sign in to comment.