From 8724c3221e49f46e5f3fb7a7edef38892ff462c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 16:20:56 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/build.yml | 4 ++-- .github/workflows/example.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b588a5..634dbbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set Node.js 20.x uses: actions/setup-node@v4 with: @@ -31,7 +31,7 @@ jobs: name: "Build and release action" needs: [build] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml index 8a62aa6..7a10a2e 100644 --- a/.github/workflows/example.yml +++ b/.github/workflows/example.yml @@ -9,7 +9,7 @@ jobs: hello: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ id: check with: @@ -20,7 +20,7 @@ jobs: eyes: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ id: check with: @@ -34,7 +34,7 @@ jobs: rocket: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ id: check with: