Skip to content

Commit 516ed30

Browse files
Bump actions/checkout from 6 to 7
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>
1 parent 99a71b1 commit 516ed30

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
valgrind
2828
env:
2929
DEBIAN_FRONTEND: noninteractive
30-
- uses: actions/checkout@v6
30+
- uses: actions/checkout@v7
3131
- run: mkdir -p build
3232
- run: >
3333
cmake ..
@@ -70,5 +70,5 @@ jobs:
7070
yamllint:
7171
runs-on: ubuntu-latest
7272
steps:
73-
- uses: actions/checkout@v6
73+
- uses: actions/checkout@v7
7474
- run: yamllint .

.github/workflows/python.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sdist:
1515
runs-on: ubuntu-24.04
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
- run: python -m pip install -U build
1919
- run: python -m build --sdist
2020
- uses: actions/upload-artifact@v7
@@ -31,7 +31,7 @@ jobs:
3131
arch: aarch64
3232
runs-on: ${{ matrix.os }}
3333
steps:
34-
- uses: actions/checkout@v6
34+
- uses: actions/checkout@v7
3535
- uses: pypa/cibuildwheel@v3.4.1
3636
- uses: actions/upload-artifact@v7
3737
with:

0 commit comments

Comments
 (0)