Skip to content

Commit 6b29549

Browse files
authored
Merge pull request #17 from KingPin/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 8df61c3 + 1225034 commit 6b29549

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout code
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v6
4444

4545
- name: Validate entrypoint syntax
4646
run: sh -n entrypoint.sh

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
hadolint:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020

2121
- name: Lint Dockerfile
2222
uses: hadolint/hadolint-action@v3.1.0
@@ -26,7 +26,7 @@ jobs:
2626
shellcheck:
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030

3131
- name: Lint entrypoint.sh
3232
run: shellcheck entrypoint.sh

0 commit comments

Comments
 (0)