We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ded7c5 commit 0be6176Copy full SHA for 0be6176
1 file changed
.github/workflows/production-create-release.yml
@@ -16,7 +16,7 @@ jobs:
16
env:
17
commitmsg: ${{ github.event.head_commit.message }}
18
steps:
19
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
20
21
- name: Create Tag Name
22
run: |
0 commit comments