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.
1 parent 1060bd4 commit 5cc1a0eCopy full SHA for 5cc1a0e
.github/workflows/actionlint.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout repository
23
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
24
25
- name: Check workflow files
26
uses: docker://rhysd/actionlint:latest
.github/workflows/maven.yml
@@ -15,7 +15,7 @@ jobs:
15
checks: write
16
pull-requests: write
17
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
with:
fetch-depth: 50
0 commit comments