From 86a440fc2dd2cd2483b35eba58215fb460ff4b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:32:11 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.0 to 4.2.2 (#15) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f2c461..024481f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 lfs: true @@ -25,7 +25,7 @@ jobs: # https://docs.npmjs.com/generating-provenance-statements#publishing-packages-with-provenance-via-github-actions id-token: write steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 lfs: true