We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ef6fd commit 8ee5588Copy full SHA for 8ee5588
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
release-type: simple
69
package-name: example_plugin
70
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
71
- name: tag stable versions
72
if: ${{ steps.release.outputs.release_created }}
73
run: |
0 commit comments