From 193d34bb572c7fbf854426b1b5899a1f9bcf923f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 01:56:26 +0000 Subject: [PATCH] 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](https://github.com/actions/checkout/compare/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] --- .github/workflows/stable-compilation.yml | 4 ++-- .github/workflows/update_libraries.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stable-compilation.yml b/.github/workflows/stable-compilation.yml index 5c0a0a89..acb0eef3 100644 --- a/.github/workflows/stable-compilation.yml +++ b/.github/workflows/stable-compilation.yml @@ -46,10 +46,10 @@ jobs: pip3 install --upgrade meson - name: Clone Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 if: github.event.inputs.git-ref == '' - name: Clone Repository (with custom ref) - uses: actions/checkout@v4 + uses: actions/checkout@v5 if: github.event.inputs.git-ref != '' with: ref: ${{ github.event.inputs.git-ref }} diff --git a/.github/workflows/update_libraries.yml b/.github/workflows/update_libraries.yml index 1701d09c..7da88b5b 100644 --- a/.github/workflows/update_libraries.yml +++ b/.github/workflows/update_libraries.yml @@ -11,7 +11,7 @@ jobs: name: Update & Open Pull Request runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: