Skip to content

Commit f4576d8

Browse files
chore(deps): update actions/checkout action to v6.0.1
1 parent a4b1a12 commit f4576d8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 5
1313
runs-on: ubuntu-24.04
1414
steps:
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
- uses: actions/[email protected]
1717
with:
1818
python-version: 3.14
@@ -36,7 +36,7 @@ jobs:
3636
python: [3.13, 3.14]
3737
runs-on: ${{ matrix.os }}
3838
steps:
39-
- uses: actions/[email protected].0
39+
- uses: actions/[email protected].1
4040
- uses: actions/[email protected]
4141
with:
4242
python-version: ${{ matrix.python }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
contents: write
1515
steps:
16-
- uses: actions/[email protected].0
16+
- uses: actions/[email protected].1
1717
with:
1818
fetch-depth: 0
1919
fetch-tags: true

0 commit comments

Comments
 (0)