From d02bb4565ca0bdab4a2c4e4b23b14d83ef30f49c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:47:11 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 052cf31..6e57ab9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: id-token: none steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v4.2.2 - name: Login to GitHub if: github.event_name != 'pull_request'