From 5bcd5110aa2fba29ac655b003020eaea3fcb70b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 14:18:56 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/deploy.yml | 6 +++--- .github/workflows/testing.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bf1a60b..c783fc4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,7 +42,7 @@ jobs: HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY_X }} steps: - name: Check out code base - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ needs.continue.outputs.tier }} @@ -85,7 +85,7 @@ jobs: HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY_K }} steps: - name: Check out code base - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ needs.continue.outputs.tier }} @@ -127,7 +127,7 @@ jobs: HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY_T }} steps: - name: Check out code base - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ needs.continue.outputs.tier }} diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e3bd34c..aa964ca 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -13,7 +13,7 @@ jobs: HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }} steps: - name: Check out code base - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0