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 6725d97 commit 6231c40Copy full SHA for 6231c40
.github/workflows/bump-version.yml
@@ -13,7 +13,7 @@ jobs:
13
with:
14
app-id: ${{ vars.ELEMENTSINTERACTIVE_BOT_APP_ID }}
15
private-key: ${{ secrets.ELEMENTSINTERACTIVE_BOT_PRIVATE_KEY }}
16
- - uses: actions/checkout@@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
17
18
fetch-depth: 0
19
token: ${{ steps.app-token.outputs.token }}
0 commit comments