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.
1 parent f5fd462 commit 494c83dCopy full SHA for 494c83d
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-24.04
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
with:
15
submodules: 'true'
16
- name: install build dependencies
.github/workflows/verify.yml
runs-on: ubuntu-latest # container actions require GNU/Linux
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
persist-credentials: false
0 commit comments