Skip to content

Commit 31469f1

Browse files
build(deps): bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f85311 commit 31469f1

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@v4.2.2
31+
- uses: actions/checkout@v5.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: [20, 22]
1919
variant: [default, alpine]
2020
steps:
21-
- uses: actions/checkout@v4.2.2
21+
- uses: actions/checkout@v5.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@v4.2.2
13+
- uses: actions/checkout@v5.0.0
1414

1515
- run: brew install hadolint
1616

0 commit comments

Comments
 (0)