We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f416c9 + afeb6bb commit b35730eCopy full SHA for b35730e
1 file changed
.github/workflows/build-zip.yml
@@ -58,7 +58,7 @@ jobs:
58
core.setOutput('ref', pr.head.ref);
59
60
- name: Checkout code
61
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
62
with:
63
ref: ${{ steps.pr.outputs.ref || '' }}
64
0 commit comments