Skip to content

Commit

Permalink
ci: upgrade github action to v4 (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Feb 12, 2024
1 parent 3368db1 commit 878dd5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos-build.yml
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Cache Boost
id: cache-boost
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.BOOST_ROOT }}.tar.xz
Expand All @@ -69,7 +69,7 @@ jobs:

- name: Cache dependencies
id: cache-deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
bin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/windows-build.yml
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Cache Boost source
id: cache-boost-src
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
${{ env.BOOST_ROOT }}.7z
Expand All @@ -86,7 +86,7 @@ jobs:
- name: Cache dependencies
id: cache-deps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
bin
Expand Down

0 comments on commit 878dd5c

Please sign in to comment.