Skip to content

Commit 8e1c7a1

Browse files
dependabot[bot]jfishe
authored andcommitted
deps(deps): bump actions/checkout from 6 to 7 in the core-actions group
Bumps the core-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: core-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad827be commit 8e1c7a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
outputs:
3333
wheel-distribution: ${{ steps.wheel-distribution.outputs.path }}
3434
steps:
35-
- uses: actions/checkout@v6
35+
- uses: actions/checkout@v7
3636
with: { fetch-depth: 0 } # deep clone for setuptools-scm
3737
- uses: actions/setup-python@v6
3838
id: setup-python
@@ -68,7 +68,7 @@ jobs:
6868
# - windows-latest
6969
runs-on: ${{ matrix.platform }}
7070
steps:
71-
- uses: actions/checkout@v6
71+
- uses: actions/checkout@v7
7272
- name: Setup git user
7373
run: |
7474
git config --global user.name "$(git --no-pager log --format=format:'%an' -n 1)"

0 commit comments

Comments
 (0)