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 4a59cb8 commit 2762125Copy full SHA for 2762125
.github/workflows/bump-version.yml
@@ -33,7 +33,7 @@ jobs:
33
# run that runs on: tag. (Using the GitHub token would
34
# not run the workflow to prevent infinite recursion.)
35
- name: Check out source
36
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
37
with:
38
ssh-key: ${{ secrets.DEPLOY_KEY }}
39
0 commit comments