We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c41b80 commit 57ccc9bCopy full SHA for 57ccc9b
.github/workflows/build.yaml
@@ -8,6 +8,6 @@ jobs:
8
build:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- name: Build the Docker image
13
run: docker build . --file Dockerfile
.github/workflows/checks.yml
@@ -11,7 +11,7 @@ jobs:
- name: Checkout
14
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
15
- name: Prepare
16
uses: ./.github/actions/prepare
17
- name: Build
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
- name: Lint
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
0 commit comments