Skip to content

Commit b983e5e

Browse files
authored
🐛 FIX: Update GHA to avoid deprecated syntax (#41)
1 parent e85ecdb commit b983e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: taiki-e/create-gh-release-action@v1.5.0
14+
- uses: taiki-e/create-gh-release-action@v1.6.1
1515
with:
1616
# Produced by the build/Build.cfc
1717
changelog: changelog.md

0 commit comments

Comments
 (0)