Skip to content

Commit 40f0335

Browse files
authored
Merge pull request #143 from executablebooks/dependabot/github_actions/actions-76468cb07f
Bump actions/checkout from 5 to 6 in the actions group
2 parents 64f9826 + a52f1a3 commit 40f0335

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# This environment has access to the PyPI publishing key
1414
environment: pypi-publish
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-python@v6
1818

1919
with:

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 2
1717

1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- uses: actions/setup-python@v6
2121
with:
2222
python-version: 3.13
@@ -51,7 +51,7 @@ jobs:
5151
- python-version: 3.x
5252

5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555
- uses: actions/setup-python@v6
5656
with:
5757
python-version: "${{ matrix.python-version }}"
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ubuntu-24.04
6868

6969
steps:
70-
- uses: actions/checkout@v5
70+
- uses: actions/checkout@v6
7171
- uses: actions/setup-python@v6
7272
with:
7373
python-version: 3.13

0 commit comments

Comments
 (0)