Skip to content

Commit 58aad1f

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 e32f89b commit 58aad1f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stable-compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ jobs:
4848
pip3 install --upgrade meson
4949
5050
- name: Clone Repository
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
if: github.event.inputs.git-ref == ''
5353
- name: Clone Repository (with custom ref)
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v7
5555
if: github.event.inputs.git-ref != ''
5656
with:
5757
ref: ${{ github.event.inputs.git-ref }}

.github/workflows/update_libraries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Update & Open Pull Request
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515

1616
- uses: actions/setup-python@v6
1717
with:

0 commit comments

Comments
 (0)