From a86f6399f15935deae9f1c493b37e8106dcb7cc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 13:22:37 +0000 Subject: [PATCH] Update actions/checkout action to v3.5.2 --- .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..489a58c 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.5.2 - name: Login to GitHub if: github.event_name != 'pull_request'