From 03eb1e8d68651a2ecae65598f09a0c873ea9eef1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 09:01:07 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 84921ea..fa97234 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -19,7 +19,7 @@ jobs: release_tag: ${{ steps.release_type.outputs.release_tag }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install some APT packages run: sudo apt install -y python3