Skip to content

Commit 1a14099

Browse files
authored
Merge pull request #105 from bxlab/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 33a3021 + ccfef3c commit 1a14099

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.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@v4
20+
- uses: actions/checkout@v5
2121
- uses: actions/setup-python@v6
2222
with:
2323
python-version: '3.x'
@@ -45,7 +45,7 @@ jobs:
4545
build_sdist:
4646
runs-on: ubuntu-latest
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- uses: actions/setup-python@v6
5050
with:
5151
python-version: '3.x'

.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.9', '3.14']
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: actions/setup-python@v6
1515
with:
1616
python-version: ${{ matrix.python-version }}
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- uses: actions/setup-python@v6
3131
with:
3232
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)