We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ab9fe5 + 193d34b commit 9a3e62dCopy full SHA for 9a3e62d
.github/workflows/stable-compilation.yml
@@ -46,10 +46,10 @@ jobs:
46
pip3 install --upgrade meson
47
48
- name: Clone Repository
49
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
50
if: github.event.inputs.git-ref == ''
51
- name: Clone Repository (with custom ref)
52
53
if: github.event.inputs.git-ref != ''
54
with:
55
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@v4
+ - uses: actions/checkout@v5
15
16
- uses: actions/setup-python@v5
17
0 commit comments