Skip to content

Commit a170503

Browse files
build(deps): bump actions/checkout from 6 to 7 (#137)
Bumps [actions/checkout](https://github.com/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 ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c31221 commit a170503

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-sdist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828

2929
steps:
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v7
3131

3232
- uses: actions/setup-python@v6
3333
name: Set up Python ${{ matrix.python }}

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727

2828
steps:
29-
- uses: actions/checkout@v6
29+
- uses: actions/checkout@v7
3030

3131
- name: Install SWIG
3232
if: runner.os == 'Windows'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
contents: write
3333

3434
steps:
35-
- uses: actions/checkout@v6
35+
- uses: actions/checkout@v7
3636

3737
# Download all artifacts to the same directory (sdist and wheels).
3838
- uses: actions/download-artifact@v8

.github/workflows/versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
swigplk_version: ${{ steps.swiglpk.outputs.swigplk_version }}
2626

2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929

3030
- name: Set up Python ${{ matrix.python-version }}
3131
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)