Skip to content

Commit 056dfdd

Browse files
chore(deps): update actions/checkout action to v6 (#375)
1 parent 4cdd135 commit 056dfdd

4 files changed

Lines changed: 15 additions & 13 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
-
2424
name: Checkout
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0
2828
-

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: shellcheck
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- name: Run ShellCheck
1212
uses: ludeeus/action-shellcheck@master
1313
env:

.github/workflows/hub.yml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ jobs:
1212
dockerHubDescription:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
16-
-
17-
name: Docker Hub Description
18-
uses: peter-evans/dockerhub-description@v5
19-
with:
20-
username: ${{ secrets.DOCKERHUB_USERNAME }}
21-
password: ${{ secrets.DOCKERHUB_TOKEN }}
22-
repository: ${{ secrets.DOCKERHUB_REPO }}
23-
short-description: ${{ github.event.repository.description }}
24-
readme-filepath: ./readme.md
15+
-
16+
name: Checkout repo
17+
uses: actions/checkout@v6
18+
-
19+
name: Docker Hub Description
20+
uses: peter-evans/dockerhub-description@v5
21+
with:
22+
username: ${{ secrets.DOCKERHUB_USERNAME }}
23+
password: ${{ secrets.DOCKERHUB_TOKEN }}
24+
repository: ${{ secrets.DOCKERHUB_REPO }}
25+
short-description: ${{ github.event.repository.description }}
26+
readme-filepath: ./readme.md

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
-
1717
name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
-
2020
name: Spelling
2121
uses: reviewdog/action-misspell@v1

0 commit comments

Comments
 (0)