Skip to content

Commit 7cd237b

Browse files
committed
chore(deps): update actions/checkout action to v6
1 parent 32889d5 commit 7cd237b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- "313"
2929
runs-on: ${{ matrix.os }}
3030
steps:
31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333
- uses: cachix/install-nix-action@v31
3434
with:
@@ -64,7 +64,7 @@ jobs:
6464
- "3.12"
6565
- "3.13"
6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868
- uses: actions/setup-python@v6
6969
with:
7070
python-version: ${{ matrix.python-version }}
@@ -78,7 +78,7 @@ jobs:
7878
dry-run-release:
7979
runs-on: ubuntu-latest
8080
steps:
81-
- uses: actions/checkout@v5
81+
- uses: actions/checkout@v6
8282
with:
8383
fetch-depth: 0
8484

@@ -114,7 +114,7 @@ jobs:
114114
app-id: ${{ secrets.APP_ID }}
115115
private-key: ${{ secrets.APP_PRIVATE_KEY }}
116116

117-
- uses: actions/checkout@v5
117+
- uses: actions/checkout@v6
118118
with:
119119
fetch-depth: 0
120120
token: ${{ steps.generate_token.outputs.token }}

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- python
3030

3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
- uses: github/codeql-action/init@v4
3434
with:
3535
languages: ${{ matrix.language }}

0 commit comments

Comments
 (0)