Skip to content

Commit

Permalink
CI - Bump create-gh-release-action to drop node 16 deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelborn committed Nov 5, 2024
1 parent d4aa9aa commit 396f2d0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gh-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: taiki-e/create-gh-release-action@v1.5.0
- uses: taiki-e/create-gh-release-action@v1.8.2
with:
# Produced by the build/Build.cfc
changelog: changelog.md
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 396f2d0

Please sign in to comment.