From bf48cc1084281ff5ee34d164e01e03003aefb86a Mon Sep 17 00:00:00 2001 From: Miguel Rios Date: Tue, 28 Jan 2025 09:35:12 +0100 Subject: [PATCH] chore: Upgrades cache action --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 15fc832..9f0d669 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,7 +14,7 @@ jobs: security-events: write steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.GH_TOKEN }}