Skip to content

Commit 021cca7

Browse files
committed
ci: Update GitHub Actions
1 parent d08dd24 commit 021cca7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
name: "${{ matrix.toolchain.name }} (boost v${{ matrix.boost_version }}) (shared: ${{ matrix.shared }})"
7171
if: "!contains(github.event.head_commit.message, '[ci skip]')"
7272
steps:
73-
- uses: actions/checkout@v2
73+
- uses: actions/checkout@v4
7474

7575
- name: cache boost
76-
uses: actions/cache@v2
76+
uses: actions/cache@v3
7777
id: cache-boost
7878
with:
7979
path: ${{ env.BOOST_ROOT }}

.github/workflows/msys2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
mingw-w64-x86_64-cmake
3939
p7zip
4040
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v4
4242
- name: cache boost
43-
uses: actions/cache@v2
43+
uses: actions/cache@v3
4444
id: cache-boost
4545
with:
4646
path: ${{ env.BOOST_ROOT }}

0 commit comments

Comments
 (0)