We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b831232 commit e14186dCopy full SHA for e14186d
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-24.04
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
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@v5
+ uses: actions/checkout@v6
persist-credentials: false
0 commit comments