Skip to content

Commit bf30a08

Browse files
renovate[bot]NextFire
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 2749ab4 commit bf30a08

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
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
if: startsWith(github.ref, 'refs/tags/') != true
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: astral-sh/setup-uv@v7
1818
- run: uv run --frozen pyright
1919
- run: uv run --frozen ruff check
@@ -26,7 +26,7 @@ jobs:
2626
id-token: write
2727
contents: write
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232
- uses: astral-sh/setup-uv@v7

0 commit comments

Comments
 (0)