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 b0860b2 commit d41f565Copy full SHA for d41f565
.github/workflows/release-binaries.yml
@@ -150,7 +150,7 @@ jobs:
150
steps:
151
152
- name: Checkout Actions
153
- uses: actions/checkout@@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
154
with:
155
ref: ${{ (github.event_name == 'pull_request' && github.sha) || 'main' }}
156
sparse-checkout: |
0 commit comments