From 06c03824a44d0ce3689c36aa7086306c24229e6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 06:09:50 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/update-staging.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-staging.yml b/.github/workflows/update-staging.yml index f1dcded4..0d6233d3 100644 --- a/.github/workflows/update-staging.yml +++ b/.github/workflows/update-staging.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'On Staging') steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 🖇️ Merge current branch into staging uses: devmasx/merge-branch@1.4.0 with: @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'On Staging') || contains(github.event.pull_request.labels.*.name, 'On Development') steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 🖇️ Merge current branch into development uses: devmasx/merge-branch@1.4.0 with: