From 8bb1fe6e5221dd6bc4994c4f3269d69df6301f3c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Aug 2023 14:47:23 +0000 Subject: [PATCH] Update actions/checkout action to v3.6.0 --- .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 3c98ecc..e1e4b3c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: id-token: none steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v3.6.0 - name: Login to GitHub if: github.event_name != 'pull_request'