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 8513f80 commit 557d9b9Copy full SHA for 557d9b9
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: macos-11
18
timeout-minutes: 20
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
with:
22
# https://github.com/reproducible-containers/repro-get/issues/3
23
fetch-depth: 0
.github/workflows/test.yml
runs-on: ${{ matrix.platform }}
timeout-minutes: 40
fetch-depth: 1
- name: Show host info
0 commit comments