There was an error while loading. Please reload this page.
2 parents e32f89b + 58aad1f commit 2bbf1beCopy full SHA for 2bbf1be
2 files changed
.github/workflows/stable-compilation.yml
@@ -48,10 +48,10 @@ jobs:
48
pip3 install --upgrade meson
49
50
- name: Clone Repository
51
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
52
if: github.event.inputs.git-ref == ''
53
- name: Clone Repository (with custom ref)
54
55
if: github.event.inputs.git-ref != ''
56
with:
57
ref: ${{ github.event.inputs.git-ref }}
.github/workflows/update_libraries.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Update & Open Pull Request
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
15
16
- uses: actions/setup-python@v6
17
0 commit comments