Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:

name: "${{ matrix.IMAGE.TAG_NAME }}"
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-macos-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
OPENSSLDIR: "/opt/homebrew/etc/openssl@3"
name: "Build OpenSSL for macOS (${{ matrix.ARCH.NAME }})"
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Download OpenSSL
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
name: "Build OpenSSL for macOS universal2"
needs: [ build ]
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- uses: actions/download-artifact@v8.0.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-static-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
outputs:
versions: ${{ steps.load-versions.outputs.versions }}
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Load Node.js versions
Expand All @@ -41,7 +41,7 @@ jobs:
- {RUNNER: "ubuntu-24.04-ppc64le", MANYLINUX_ARCH: "ppc64le"}
NODE_CONFIG: ${{ fromJson(needs.load-node-versions.outputs.versions) }}
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- name: Set Node.js version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-openssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- {ARCH: "arm64", RUNNER: "windows-11-arm"}
name: "Build OpenSSL for ${{ matrix.ARCH.ARCH }} on MSVC 2022"
steps:
- uses: actions/checkout@v6.0.1
- uses: actions/checkout@v6.0.2
with:
persist-credentials: false
- run: choco install -y nasm winrar jom
Expand Down
Loading