From bc8e711cf0cb448708f01570ef9fa289c47f1ba9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 15:58:58 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/ci.yaml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb4bd42..af5c319 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,7 +18,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable corepack run: corepack enable @@ -44,7 +44,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable corepack run: corepack enable @@ -70,7 +70,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout codes - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Enable corepack run: corepack enable @@ -95,7 +95,7 @@ jobs: runs-on: ubuntu-latest 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 904f393..7a8a1b5 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: ref: ${{ github.head_ref }}