We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3b270 commit e639926Copy full SHA for e639926
.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
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Checkout code
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
18
# reads toolchain info from /rust-toolchain.toml
19
# we are using a fork of actions-rs/toolchain for rust-toolchain.toml support
@@ -68,7 +68,7 @@ jobs:
68
cancel-in-progress: true
69
70
- name: checkout
71
72
73
- name: Set up Docker Buildx
74
id: buildx
0 commit comments