Skip to content

Commit d41f565

Browse files
committed
workflow/release-binaries: Fix typo
Introduced in b0860b2.
1 parent b0860b2 commit d41f565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
steps:
151151

152152
- name: Checkout Actions
153-
uses: actions/checkout@@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
153+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
154154
with:
155155
ref: ${{ (github.event_name == 'pull_request' && github.sha) || 'main' }}
156156
sparse-checkout: |

0 commit comments

Comments
 (0)