Skip to content

Commit 5daf45f

Browse files
Merge pull request #406 from pytest-dev/dependabot/github_actions/actions/checkout-7
build(deps): bump actions/checkout from 6 to 7
2 parents 08e42d5 + 399221a commit 5daf45f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
SETUPTOOLS_SCM_PRETEND_VERSION: ${{ github.event.inputs.version }}
1717

1818
steps:
19-
- uses: actions/checkout@v6
19+
- uses: actions/checkout@v7
2020

2121
- name: Build and Check Package
2222
uses: hynek/build-and-inspect-python-package@v2.18
@@ -30,7 +30,7 @@ jobs:
3030
contents: write # For tag.
3131

3232
steps:
33-
- uses: actions/checkout@v6
33+
- uses: actions/checkout@v7
3434

3535
- name: Download Package
3636
uses: actions/download-artifact@v8

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
package:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v6
23+
- uses: actions/checkout@v7
2424
- name: Build and Check Package
2525
uses: hynek/build-and-inspect-python-package@v2.18
2626

@@ -37,7 +37,7 @@ jobs:
3737
python: [ "3.10", "3.11", "3.12", "3.13", "3.14", "pypy-3.11" ]
3838

3939
steps:
40-
- uses: actions/checkout@v6
40+
- uses: actions/checkout@v7
4141
with:
4242
fetch-depth: 0
4343

0 commit comments

Comments
 (0)