Skip to content

Commit 3954f05

Browse files
chore(deps): update actions/checkout action to v6 (#705)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0104833 commit 3954f05

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
@@ -22,7 +22,7 @@ jobs:
2222
lint:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v5.0.0
25+
- uses: actions/checkout@v6.0.0
2626
with:
2727
persist-credentials: false
2828
- uses: astral-sh/setup-uv@v7.1.3
@@ -63,7 +63,7 @@ jobs:
6363
MARIADB_PASSWORD: ${{ env.DB_PASSWORD }}
6464

6565
steps:
66-
- uses: actions/checkout@v5.0.0
66+
- uses: actions/checkout@v6.0.0
6767
with:
6868
persist-credentials: false
6969
- name: Install dependencies

0 commit comments

Comments
 (0)