Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
🐛 FIX: Update GHA to avoid deprecated syntax
  • Loading branch information
michaelborn committed Dec 20, 2022
commit 5442f75b09b928fcd8d3753f97a629e62927bac8
2 changes: 1 addition & 1 deletion .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: taiki-e/create-gh-release-action@v1.5.0
- uses: taiki-e/create-gh-release-action@v1.6.1
with:
# Produced by the build/Build.cfc
changelog: changelog.md
Expand Down