Skip to content

Commit e455a2b

Browse files
build(deps): bump actions/checkout from 6.0.3 to 7.0.0 (#720)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 755e55e commit e455a2b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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@v6.0.3
31+
- uses: actions/checkout@v7.0.0
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: [22, 24]
1919
variant: [default, alpine]
2020
steps:
21-
- uses: actions/checkout@v6.0.3
21+
- uses: actions/checkout@v7.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@v6.0.3
13+
- uses: actions/checkout@v7.0.0
1414

1515
- run: brew install hadolint
1616

0 commit comments

Comments
 (0)