We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c994cc3 commit af9abfdCopy full SHA for af9abfd
.github/workflows/c-cpp.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
10
- name: Cache assets
11
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
12
with:
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
env:
19
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
20
21
22
23
fetch-depth: 0
24
- name: Set up QEMU
0 commit comments