Skip to content

Commit 779141f

Browse files
authored
Merge pull request #109 from bxlab/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 05ea1e6 + 03199bf commit 779141f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- os: ubuntu-latest
1818
archs: aarch64
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121
with:
2222
persist-credentials: false
2323
- uses: actions/setup-python@v6
@@ -48,7 +48,7 @@ jobs:
4848
build_sdist:
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@v5
51+
- uses: actions/checkout@v6
5252
with:
5353
persist-credentials: false
5454
- uses: actions/setup-python@v6

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
python-version: ['3.10', '3.14']
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
with:
1515
persist-credentials: false
1616
- uses: actions/setup-python@v6
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
3131
steps:
32-
- uses: actions/checkout@v5
32+
- uses: actions/checkout@v6
3333
with:
3434
persist-credentials: false
3535
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)