Skip to content

Commit a0a39ae

Browse files
committed
.github/workflows/build.yml: update actions/checkout to v4
1 parent e57c60e commit a0a39ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
CXX: 'ccache g++-10'
3535
steps:
3636
- id: checkout
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v4
3838
- id: cache-ccache
3939
uses: hendrikmuhs/ccache-action@v1.2
4040
with:
@@ -104,7 +104,7 @@ jobs:
104104
runs-on: macos-latest
105105
steps:
106106
- id: checkout
107-
uses: actions/checkout@v2
107+
uses: actions/checkout@v4
108108

109109
- id: cache-ccache
110110
uses: hendrikmuhs/ccache-action@v1.2

0 commit comments

Comments
 (0)