Skip to content

Commit 7ff3abf

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2
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>
1 parent b6e4660 commit 7ff3abf

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

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

8888
name: "${{ matrix.IMAGE.TAG_NAME }}"
8989
steps:
90-
- uses: actions/checkout@v6.0.1
90+
- uses: actions/checkout@v6.0.2
9191
with:
9292
persist-credentials: false
9393
- run: |

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

Lines changed: 2 additions & 2 deletions
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@v6.0.1
35+
- uses: actions/checkout@v6.0.2
3636
with:
3737
persist-credentials: false
3838
- name: Download OpenSSL
@@ -84,7 +84,7 @@ jobs:
8484
name: "Build OpenSSL for macOS universal2"
8585
needs: [ build ]
8686
steps:
87-
- uses: actions/checkout@v6.0.1
87+
- uses: actions/checkout@v6.0.2
8888
with:
8989
persist-credentials: false
9090
- uses: actions/download-artifact@v7.0.0

.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@v6.0.1
21+
- uses: actions/checkout@v6.0.2
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@v6.0.1
44+
- uses: actions/checkout@v6.0.2
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@v6.0.1
34+
- uses: actions/checkout@v6.0.2
3535
with:
3636
persist-credentials: false
3737
- run: choco install -y nasm winrar jom

0 commit comments

Comments
 (0)