Skip to content

Commit 13ce087

Browse files
chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent adffee4 commit 13ce087

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- name: Clone Repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Install supabase cli latest
3232
uses: supabase/setup-cli@v1
@@ -93,7 +93,7 @@ jobs:
9393
contents: write # needed for github actions bot to write to repo
9494
steps:
9595
- name: Clone Repository
96-
uses: actions/checkout@v5
96+
uses: actions/checkout@v6
9797
with:
9898
ref: ${{ github.ref }}
9999
fetch-depth: 0

0 commit comments

Comments
 (0)