From 3b37d2911a905e3de76bf8b651e56e1a8157602d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 10:25:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/ci.yml | 2 +- .github/workflows/push-migrations.yml | 2 +- .github/workflows/release-next.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/sync-renovate-changesets.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 572c62ed..c92a83e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.4.0 with: diff --git a/.github/workflows/push-migrations.yml b/.github/workflows/push-migrations.yml index fa741c3b..e66dc756 100644 --- a/.github/workflows/push-migrations.yml +++ b/.github/workflows/push-migrations.yml @@ -22,7 +22,7 @@ jobs: SUPABASE_DB_PASSWORD: ${{ secrets.SUPABASE_DB_PASSWORD }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: supabase/setup-cli@v1 - run: supabase link --project-ref $SUPABASE_PROJECT_REF - run: supabase db push diff --git a/.github/workflows/release-next.yml b/.github/workflows/release-next.yml index d12ee0ed..efa18ecb 100644 --- a/.github/workflows/release-next.yml +++ b/.github/workflows/release-next.yml @@ -14,7 +14,7 @@ jobs: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.4.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 24d089dc..adabd5cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }} TURBO_TEAM: ${{ secrets.TURBO_TEAM }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: pnpm/action-setup@v2.4.0 with: diff --git a/.github/workflows/sync-renovate-changesets.yml b/.github/workflows/sync-renovate-changesets.yml index f622e59a..196825e7 100644 --- a/.github/workflows/sync-renovate-changesets.yml +++ b/.github/workflows/sync-renovate-changesets.yml @@ -12,7 +12,7 @@ jobs: if: github.actor == 'renovate[bot]' && github.repository == 'psteinroe/supabase-cache-helpers' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 2 ref: ${{ github.head_ref }}