We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8df61c3 + 1225034 commit 6b29549Copy full SHA for 6b29549
2 files changed
.github/workflows/docker-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
41
steps:
42
- name: Checkout code
43
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
44
45
- name: Validate entrypoint syntax
46
run: sh -n entrypoint.sh
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
16
hadolint:
17
runs-on: ubuntu-latest
18
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
21
- name: Lint Dockerfile
22
uses: hadolint/hadolint-action@v3.1.0
@@ -26,7 +26,7 @@ jobs:
26
shellcheck:
27
28
29
30
31
- name: Lint entrypoint.sh
32
run: shellcheck entrypoint.sh
0 commit comments