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 ead7332 commit 7a26532Copy full SHA for 7a26532
1 file changed
.github/workflows/build.yaml
@@ -31,13 +31,13 @@ jobs:
31
32
- name: Checkout code at latest head
33
if: "${{ inputs.refToBuild == '' }}"
34
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
35
with:
36
fetch-depth: 0
37
38
- name: Checkout code at requested ref
39
if: "${{ inputs.refToBuild != '' }}"
40
41
42
ref: ${{ inputs.refToBuild }}
43
0 commit comments