From 318e0789b9611f481225bc44319f701ad728e2b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 03:22:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/release.yml | 2 +- .github/workflows/reproduire.yml | 2 +- .github/workflows/typos.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4807494..9eac58e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: name: Lint on Node.js ${{ matrix.node-version }} steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable corepack run: corepack enable @@ -50,7 +50,7 @@ jobs: name: Build on Node.js ${{ matrix.node-version }} steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable corepack run: corepack enable @@ -79,7 +79,7 @@ jobs: name: Test on Node.js ${{ matrix.node-version }} steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable corepack run: corepack enable @@ -130,7 +130,7 @@ jobs: name: Nightly release steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable corepack run: corepack enable diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d149feb..27d64e8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/reproduire.yml b/.github/workflows/reproduire.yml index 6ce6b5b..433ae02 100644 --- a/.github/workflows/reproduire.yml +++ b/.github/workflows/reproduire.yml @@ -10,7 +10,7 @@ jobs: reproduire: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: Hebilicious/reproduire@4b686ae9cbb72dad60f001d278b6e3b2ce40a9ac # v0.0.9-mp with: label: 'status: need more repro codes or info' # Optional, will default to this value. diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index 2b7e650..41e27c2 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Spell check uses: crate-ci/typos@v1.36.2