From 2f70372ab4667a6f6d219853d80da7c7f7ecedf3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:23:55 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0c2569d5..c25ebe4a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,7 +34,7 @@ jobs: echo "::set-output name=type::RELEASE" fi id: release-detection - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Cache uses: actions/cache@v3 with: