Skip to content

Commit

Permalink
infra: update versions of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkoSagadin committed Nov 7, 2024
1 parent 6ba200d commit 0117ecc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fi
- name: Update Changelog
uses: IRNAS/keep-a-changelog-new-release@v1.3.1
uses: thomaseizinger/keep-a-changelog-new-release@3.0.0
with:
tag: ${{ inputs.version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Get latest Changelog entry
id: changelog-reader
uses: mindsers/[email protected].2
uses: mindsers/[email protected].3
with:
version: ${{ env.release_version_cut }}

Expand All @@ -49,7 +49,7 @@ jobs:

- name: Publish Release
if: ${{ !env.ACT }}
uses: softprops/action-gh-release@v0.1.15
uses: softprops/action-gh-release@v2.0.9
with:
files: dist/*
tag_name: ${{ env.release_version }}
Expand Down

0 comments on commit 0117ecc

Please sign in to comment.