From be7acd5eac4626b5ff3f9fff758932c56e4943c1 Mon Sep 17 00:00:00 2001 From: Felicio Mununga Date: Thu, 14 Nov 2024 07:12:54 +0100 Subject: [PATCH] update `actions/checkout` --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23a17ede..4629cfe0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e3bc1d33..3366c2d6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: needs: ci runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4 with: version: 9.12.3