Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 20, 2023
1 parent 8362c59 commit 84d5773
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:
steps:
- uses: actions/[email protected]
- name: Create a Release
uses: elgohr/Github-Release-Action@20231005120738
uses: elgohr/Github-Release-Action@20231116201936
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/git-cliff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Generate a changelog
uses: orhun/git-cliff-action@v2.2.0
uses: orhun/git-cliff-action@v2.3.0
id: git-cliff
with:
config: ./cliff.toml
Expand Down

0 comments on commit 84d5773

Please sign in to comment.