We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49a20bf + 5c6f608 commit 17bbac5Copy full SHA for 17bbac5
1 file changed
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
if: matrix.platform.image == 'i386/debian:latest'
54
run: apt -q update && apt -q -y install cmake gcc libc6-amd64 lib64stdc++6 make python3
55
- name: Check out
56
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
57
- name: Build
58
shell: bash
59
run: |
0 commit comments