diff --git a/.github/workflows/stable-compilation.yml b/.github/workflows/stable-compilation.yml index acb0eef3..0a53e517 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@v5 + uses: actions/checkout@v6 if: github.event.inputs.git-ref == '' - name: Clone Repository (with custom ref) - uses: actions/checkout@v5 + uses: actions/checkout@v6 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 739edf8f..30046634 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@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: