We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f41821 commit ced2a8bCopy full SHA for ced2a8b
.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/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Checkout code
16
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
17
18
- name: Setup Rust toolchain
19
uses: actions-rs/toolchain@v1
@@ -59,7 +59,7 @@ jobs:
59
runs-on: ubuntu-20.04
60
61
- name: checkout
62
63
64
- name: Set up Docker Buildx
65
id: buildx
0 commit comments