From d499abb33d617ff3cae62de45c9d39f3b626a305 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 05:45:42 +0000 Subject: [PATCH] chore: Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmark-parser.yml | 4 ++-- .github/workflows/benchmark.yml | 4 ++-- .github/workflows/ci-alternative-runtime.yml | 6 +++--- .github/workflows/ci.yml | 12 ++++++------ .github/workflows/citgm-package.yml | 4 ++-- .github/workflows/coverage-nix.yml | 2 +- .github/workflows/coverage-win.yml | 2 +- .../workflows/integration-alternative-runtimes.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/links-check.yml | 2 +- .github/workflows/lint-ecosystem-order.yml | 2 +- .github/workflows/md-lint.yml | 2 +- .github/workflows/package-manager-ci.yml | 4 ++-- 13 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/benchmark-parser.yml b/.github/workflows/benchmark-parser.yml index 886c069c7c0..36ce6e2f7f9 100644 --- a/.github/workflows/benchmark-parser.yml +++ b/.github/workflows/benchmark-parser.yml @@ -19,7 +19,7 @@ jobs: matrix: node-version: [20, 22] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false ref: ${{github.event.pull_request.head.sha}} @@ -44,7 +44,7 @@ jobs: echo 'EOF' >> $GITHUB_OUTPUT # main benchmark - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false ref: 'main' diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 108988f0504..46fd5cba255 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -19,7 +19,7 @@ jobs: matrix: node-version: [20, 22] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false ref: ${{github.event.pull_request.head.sha}} @@ -44,7 +44,7 @@ jobs: echo 'EOF' >> $GITHUB_OUTPUT # main benchmark - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false ref: 'main' diff --git a/.github/workflows/ci-alternative-runtime.yml b/.github/workflows/ci-alternative-runtime.yml index 19691dac88f..4c0a20304e9 100644 --- a/.github/workflows/ci-alternative-runtime.yml +++ b/.github/workflows/ci-alternative-runtime.yml @@ -33,7 +33,7 @@ jobs: node-version: 20 nsolid-version: 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false @@ -57,7 +57,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false @@ -84,7 +84,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - uses: nodesource/setup-nsolid@v1 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1685ddce538..97f6cf7883a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: contents: read steps: - name: Check out repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false @@ -41,7 +41,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false @@ -67,7 +67,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false @@ -116,7 +116,7 @@ jobs: os: [macos-latest, ubuntu-latest, windows-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false @@ -146,7 +146,7 @@ jobs: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false @@ -175,7 +175,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false - name: Use Node.js diff --git a/.github/workflows/citgm-package.yml b/.github/workflows/citgm-package.yml index fe6dd6705c1..1359020fc9c 100644 --- a/.github/workflows/citgm-package.yml +++ b/.github/workflows/citgm-package.yml @@ -45,7 +45,7 @@ jobs: contents: read steps: - name: Check out Fastify - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false @@ -75,7 +75,7 @@ jobs: const result = repositoryUrl.match( /.*\/([a-zA-Z0-9-_]+\/[a-zA-Z0-9-_]+)\.git/)[1] return result - name: Check out ${{inputs.package}} - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: repository: ${{ steps.repository-url.outputs.result }} path: package diff --git a/.github/workflows/coverage-nix.yml b/.github/workflows/coverage-nix.yml index 000306ca515..18fe6d25ec6 100644 --- a/.github/workflows/coverage-nix.yml +++ b/.github/workflows/coverage-nix.yml @@ -9,7 +9,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/coverage-win.yml b/.github/workflows/coverage-win.yml index df96691ea1d..1b81815c0c4 100644 --- a/.github/workflows/coverage-win.yml +++ b/.github/workflows/coverage-win.yml @@ -9,7 +9,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/integration-alternative-runtimes.yml b/.github/workflows/integration-alternative-runtimes.yml index da0df012956..edc71c5a5d6 100644 --- a/.github/workflows/integration-alternative-runtimes.yml +++ b/.github/workflows/integration-alternative-runtimes.yml @@ -31,7 +31,7 @@ jobs: node-version: 20 runtime: nsolid steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ed4b10b1a29..9ce9576fa5f 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -27,7 +27,7 @@ jobs: pnpm-version: [8] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/links-check.yml b/.github/workflows/links-check.yml index e8046409746..ce142e76230 100644 --- a/.github/workflows/links-check.yml +++ b/.github/workflows/links-check.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repo - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/lint-ecosystem-order.yml b/.github/workflows/lint-ecosystem-order.yml index 2f2c053bb6a..d6c39c01629 100644 --- a/.github/workflows/lint-ecosystem-order.yml +++ b/.github/workflows/lint-ecosystem-order.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/md-lint.yml b/.github/workflows/md-lint.yml index d1f60ce91c6..3d3c3c1e7c4 100644 --- a/.github/workflows/md-lint.yml +++ b/.github/workflows/md-lint.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/package-manager-ci.yml b/.github/workflows/package-manager-ci.yml index ac7e14f2090..d780c2bbc85 100644 --- a/.github/workflows/package-manager-ci.yml +++ b/.github/workflows/package-manager-ci.yml @@ -20,7 +20,7 @@ jobs: pnpm-version: [8] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false @@ -53,7 +53,7 @@ jobs: os: [ubuntu-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: persist-credentials: false