Skip to content

Commit 269c243

Browse files
authored
Merge pull request torvalds#547 from retrage/2024-09-22-update-gha-actions
lkl: Update GitHub Actions actions
2 parents 63bed8b + 920da51 commit 269c243

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
- name: Checkout
7777
if: runner.os == 'Linux'
78-
uses: actions/checkout@v2
78+
uses: actions/checkout@v4
7979
- name: Install pip dependencies
8080
run: pip install yamlish junit-xml
8181
- name: Install openvpn
@@ -103,7 +103,7 @@ jobs:
103103
git -c protocol.version=2 fetch --no-tags --prune --progress --depth=10 origin +${GITHUB_SHA}:refs/remotes/origin/${BRANCH}
104104
git checkout --progress --force -B $BRANCH refs/remotes/origin/$BRANCH
105105
106-
- uses: actions/cache@v2
106+
- uses: actions/cache@v4
107107
with:
108108
path: ${{ env.CCACHE_DIR }}
109109
key: ${{ runner.os }}-ccache-build-${{ github.sha }}
@@ -154,7 +154,7 @@ jobs:
154154
- name: Tests
155155
run: mkdir /tmp/junit && make -C tools/lkl run-tests tests="--junit-dir /tmp/junit"
156156
- name: Save test results
157-
uses: actions/upload-artifact@v2
157+
uses: actions/upload-artifact@v4
158158
if: success() || failure()
159159
with:
160160
name: test-results-${{ matrix.displayTargetName }}
@@ -167,7 +167,7 @@ jobs:
167167
- name: Checkout
168168
with:
169169
fetch-depth: 0
170-
uses: actions/checkout@v2
170+
uses: actions/checkout@v4
171171
- name: Install pip dependencies
172172
run: sudo pip install ply GitPython
173173
- name: Check coding style

0 commit comments

Comments
 (0)