Skip to content

Commit c67c430

Browse files
build(deps): bump actions/checkout from 5.0.1 to 6.0.0 (#756)
1 parent d45e343 commit c67c430

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/buildx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x,linux/386,linux/arm/v7,linux/arm/v6
2727

2828
steps:
29-
- uses: actions/checkout@v5.0.1
29+
- uses: actions/checkout@v6.0.0
3030

3131
- name: Set Node.js codename
3232
id: nodename

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
variant: [default, slim, alpine]
1919

2020
steps:
21-
- uses: actions/checkout@v5.0.1
21+
- uses: actions/checkout@v6.0.0
2222

2323
- name: Build and test Docker image
2424
run: |

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: macos-latest
1212
steps:
13-
- uses: actions/checkout@v5.0.1
13+
- uses: actions/checkout@v6.0.0
1414

1515
- run: brew install hadolint
1616

0 commit comments

Comments
 (0)