Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2024
1 parent d8ab5c5 commit eb46ec9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-supabase-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PRODUCTION_PROJECT_ID: ${{ secrets.PROJECT_ID }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: supabase/setup-cli@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-supabase-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
STAGING_PROJECT_ID: ${{ secrets.PROJECT_ID }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: supabase/setup-cli@v1
with:
Expand Down

0 comments on commit eb46ec9

Please sign in to comment.