Skip to content

Commit 6231c40

Browse files
committed
ci: fix typo in action pinned version
1 parent 6725d97 commit 6231c40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
app-id: ${{ vars.ELEMENTSINTERACTIVE_BOT_APP_ID }}
1515
private-key: ${{ secrets.ELEMENTSINTERACTIVE_BOT_PRIVATE_KEY }}
16-
- uses: actions/checkout@@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1717
with:
1818
fetch-depth: 0
1919
token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)