Skip to content

Commit

Permalink
Update update-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sethjray authored Oct 24, 2023
1 parent d68a6f8 commit 581cd4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
outputs:
tag_name: ${{ steps.fetch-latest-release.outputs.tag_name }}
steps:
- uses: thebritican/fetch-latest-release@v2.0.0
- uses: CityOfLosAngeles/fetch-latest-github-release@v2.0.3
id: fetch-latest-release
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -45,6 +45,6 @@ jobs:
overwrite: true

- name: Git Auto Commit
uses: stefanzweifel/git-auto-commit-action@v5.0
uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
file_pattern: '*.txt'

0 comments on commit 581cd4e

Please sign in to comment.