Skip to content

Commit 1635b2a

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0 (#724)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c736ca commit 1635b2a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888

8989
name: "${{ matrix.IMAGE.TAG_NAME }}"
9090
steps:
91-
- uses: actions/checkout@v5.0.1
91+
- uses: actions/checkout@v6.0.0
9292
with:
9393
persist-credentials: false
9494
- run: |

.github/workflows/build-macos-openssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
OPENSSLDIR: "/opt/homebrew/etc/openssl@3"
3333
name: "Build OpenSSL for macOS (${{ matrix.ARCH.NAME }})"
3434
steps:
35-
- uses: actions/checkout@v5.0.1
35+
- uses: actions/checkout@v6.0.0
3636
with:
3737
persist-credentials: false
3838
- name: Download OpenSSL

.github/workflows/build-static-node.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
outputs:
1919
versions: ${{ steps.load-versions.outputs.versions }}
2020
steps:
21-
- uses: actions/checkout@v5.0.1
21+
- uses: actions/checkout@v6.0.0
2222
with:
2323
persist-credentials: false
2424
- name: Load Node.js versions
@@ -41,7 +41,7 @@ jobs:
4141
- {RUNNER: "ubuntu-24.04-ppc64le", MANYLINUX_ARCH: "ppc64le"}
4242
NODE_CONFIG: ${{ fromJson(needs.load-node-versions.outputs.versions) }}
4343
steps:
44-
- uses: actions/checkout@v5.0.1
44+
- uses: actions/checkout@v6.0.0
4545
with:
4646
persist-credentials: false
4747
- name: Set Node.js version

.github/workflows/build-windows-openssl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- {ARCH: "arm64", RUNNER: "windows-11-arm"}
3232
name: "Build OpenSSL for ${{ matrix.ARCH.ARCH }} on MSVC 2022"
3333
steps:
34-
- uses: actions/checkout@v5.0.1
34+
- uses: actions/checkout@v6.0.0
3535
with:
3636
persist-credentials: false
3737
- run: choco install -y nasm winrar jom

0 commit comments

Comments
 (0)