Skip to content

Commit

Permalink
fix: use checkout v4 to prevent nodejs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Oct 16, 2024
1 parent a167508 commit 859f01b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: conventional Changelog Action
- uses: actions/checkout@v4
- name: Conventional Changelog Action
id: changelog
uses: TriPSs/conventional-changelog-action@v5
with:
preset: "conventionalcommits"
github-token: ${{ secrets.github_token }}
git-user-email: "office@baumrock.com"

- name: create release
- name: Create Release
uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
env:
Expand Down

0 comments on commit 859f01b

Please sign in to comment.