Skip to content

Commit d68610a

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#616)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 43718ac commit d68610a

File tree

5 files changed

+5
-5
lines changed

5 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
@@ -61,7 +61,7 @@ jobs:
6161

6262
name: "${{ matrix.IMAGE.TAG_NAME }}"
6363
steps:
64-
- uses: actions/checkout@v4.1.7
64+
- uses: actions/checkout@v4.2.0
6565
with:
6666
persist-credentials: false
6767
- 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@v4.1.7
35+
- uses: actions/checkout@v4.2.0
3636
with:
3737
persist-credentials: false
3838
- name: Download OpenSSL

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- {RUNNER: "ubuntu-latest", MANYLINUX_ARCH: "x86_64"}
2727
- {RUNNER: [self-hosted, Linux, ARM64], MANYLINUX_ARCH: "aarch64"}
2828
steps:
29-
- uses: actions/checkout@v4.1.7
29+
- uses: actions/checkout@v4.2.0
3030
with:
3131
persist-credentials: false
3232
- 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
@@ -26,7 +26,7 @@ jobs:
2626
ARCH: ["win32", "win64"]
2727
name: "Build OpenSSL for ${{ matrix.ARCH }} on MSVC 2022"
2828
steps:
29-
- uses: actions/checkout@v4.1.7
29+
- uses: actions/checkout@v4.2.0
3030
with:
3131
persist-credentials: false
3232
- run: choco install -y nasm winrar

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
terraform:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4.1.7
19+
- uses: actions/checkout@v4.2.0
2020
with:
2121
persist-credentials: false
2222
- run: terraform -chdir=terraform/ fmt -check

0 commit comments

Comments
 (0)