Skip to content

Commit 193d34b

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7ab9fe5 commit 193d34b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/stable-compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ jobs:
4646
pip3 install --upgrade meson
4747
4848
- name: Clone Repository
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
if: github.event.inputs.git-ref == ''
5151
- name: Clone Repository (with custom ref)
52-
uses: actions/checkout@v4
52+
uses: actions/checkout@v5
5353
if: github.event.inputs.git-ref != ''
5454
with:
5555
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@v4
14+
- uses: actions/checkout@v5
1515

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

0 commit comments

Comments
 (0)