We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca5bc25 + 3fe61eb commit 86f3404Copy full SHA for 86f3404
.github/workflows/linux.yml
@@ -9,7 +9,7 @@ jobs:
9
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
10
steps:
11
- name: Checkout
12
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
13
14
- name: Build
15
run: docker run --rm -e WORK_DIR=$PWD -v $PWD:$PWD ubuntu:20.04 $PWD/.github/workflows/linux.sh
0 commit comments