Skip to content

Commit

Permalink
ci: Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tectu committed Sep 21, 2023
1 parent d08dd24 commit 021cca7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ jobs:
name: "${{ matrix.toolchain.name }} (boost v${{ matrix.boost_version }}) (shared: ${{ matrix.shared }})"
if: "!contains(github.event.head_commit.message, '[ci skip]')"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: cache boost
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-boost
with:
path: ${{ env.BOOST_ROOT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
mingw-w64-x86_64-cmake
p7zip
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: cache boost
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-boost
with:
path: ${{ env.BOOST_ROOT }}
Expand Down

0 comments on commit 021cca7

Please sign in to comment.