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 945e27f commit 21f533eCopy full SHA for 21f533e
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
-
34
name: Checkout
35
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
36
with:
37
fetch-depth: 0
38
.github/workflows/check.yml
@@ -7,7 +7,7 @@ jobs:
7
name: shellcheck
8
runs-on: ubuntu-latest
9
10
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
11
- name: Run ShellCheck
12
uses: ludeeus/action-shellcheck@master
13
env:
.github/workflows/hub.yml
@@ -12,7 +12,7 @@ jobs:
dockerHubDescription:
14
15
16
17
name: Docker Hub Description
18
uses: peter-evans/dockerhub-description@v4
0 commit comments