Skip to content

Commit

Permalink
fix: update refs
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Apr 18, 2024
1 parent 7325d86 commit a24b8fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/changelog-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@ jobs:
outputs:
version: ${{ steps.semrel.outputs.version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check pre-commit presence
id: precommit_exists
uses: andstor/file-existence-action@v1
with:
files: ".pre-commit-config.yaml"

- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
if: steps.precommit_exists.outputs.files_exists == 'true'

- uses: pre-commit/[email protected].0
- uses: pre-commit/[email protected].1
if: steps.precommit_exists.outputs.files_exists == 'true'

- uses: go-semantic-release/action@v1
Expand All @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
token: ${{ secrets.BOT_ACCESS_TOKEN }} # needed for push to protected branch

Expand All @@ -56,7 +56,7 @@ jobs:
changelog-file: CHANGELOG.md

- name: Update changelog
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
if: steps.generate_changelog.outputs.version != ''
with:
commit_user_name: infralovers-machine
Expand Down

0 comments on commit a24b8fb

Please sign in to comment.