We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57666f0 commit fe17429Copy full SHA for fe17429
.github/workflows/actionlint.yaml
@@ -38,7 +38,7 @@ jobs:
38
name: actionlint with reviewdog
39
runs-on: ubuntu-latest
40
steps:
41
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
42
- name: actionlint
43
uses: reviewdog/action-actionlint@v1
44
with:
.github/workflows/build-and-release-application.yaml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Checkout code
13
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
14
15
# reads toolchain info from /rust-toolchain.toml
16
# we are using a fork of actions-rs/toolchain for rust-toolchain.toml support
@@ -75,7 +75,7 @@ jobs:
75
cancel-in-progress: true
76
77
- name: checkout
78
79
80
- name: Set up Docker Buildx
81
id: buildx
0 commit comments