Skip to content

Commit 1231809

Browse files
build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#699)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 402a8a0 commit 1231809

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.1
31+
- uses: actions/checkout@v6.0.2
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@v6.0.1
21+
- uses: actions/checkout@v6.0.2
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.1
13+
- uses: actions/checkout@v6.0.2
1414

1515
- run: brew install hadolint
1616

0 commit comments

Comments
 (0)