Skip to content

Commit 1542e41

Browse files
build(deps): bump actions/checkout from 5.0.1 to 6.0.1 (#695)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d9499a2 commit 1542e41

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
@@ -28,7 +28,7 @@ jobs:
2828
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/arm/v7
2929

3030
steps:
31-
- uses: actions/checkout@v5.0.1
31+
- uses: actions/checkout@v6.0.1
3232

3333
- name: Set Node.js codename
3434
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
node-version: [20, 22, 24]
1919
variant: [default, alpine]
2020
steps:
21-
- uses: actions/checkout@v5.0.1
21+
- uses: actions/checkout@v6.0.1
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.1
1414

1515
- run: brew install hadolint
1616

0 commit comments

Comments
 (0)