Skip to content

Commit afca6ca

Browse files
Bump actions/checkout from 5 to 6 (#31)
1 parent 0031d37 commit afca6ca

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
# Need to fetch more than the last commit so that setuptools_scm can
3636
# create the correct version string. If the number of commits since
@@ -89,7 +89,7 @@ jobs:
8989

9090
steps:
9191
- name: Checkout
92-
uses: actions/checkout@v5
92+
uses: actions/checkout@v6
9393
with:
9494
# The GitHub token is preserved by default but this job doesn't need
9595
# to be able to push to GitHub.

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
REQUIREMENTS: env/requirements-build.txt env/requirements-style.txt
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
with:
3030
persist-credentials: false
3131

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
# Checks-out your repository under $GITHUB_WORKSPACE
5656
- name: Checkout
57-
uses: actions/checkout@v5
57+
uses: actions/checkout@v6
5858
with:
5959
# Need to fetch more than the last commit so that setuptools_scm can
6060
# create the correct version string. If the number of commits since

0 commit comments

Comments
 (0)