Skip to content

Commit

Permalink
Bump action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelacey committed Feb 27, 2024
1 parent c250ede commit 680ba97
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build-changelog/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ outputs:
runs:
using: "composite"
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5

- run: pip install semver
shell: bash

- id: build_changelog
uses: mikepenz/release-changelog-builder-action@v3
uses: mikepenz/release-changelog-builder-action@v4
with:
configuration: ${{ github.action_path }}/config.json
outputFile: NEXT.md
Expand Down
4 changes: 2 additions & 2 deletions pull-request/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ runs:
shell: bash
- id: commit
uses: pr-mpt/actions-commit-hash@v2
uses: pr-mpt/actions-commit-hash@v3

- uses: peter-evans/create-pull-request@v4
- uses: peter-evans/create-pull-request@v6
with:
title: Release ${{ inputs.next_version }}
body: |
Expand Down
6 changes: 3 additions & 3 deletions slack-message/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ outputs:
runs:
using: "composite"
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5

- run: pip install regex requests
shell: bash
Expand All @@ -30,7 +30,7 @@ runs:
MESSAGE_TEMPLATE: images

- if: steps.build_images.outputs.message
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.25.0
with:
channel-id: ${{ inputs.channel-id }}
payload: ${{ steps.build_images.outputs.message }}
Expand All @@ -42,7 +42,7 @@ runs:
RELEASE_STATUS: ${{ inputs.status }}

- id: send_message
uses: slackapi/slack-github-action@v1.23.0
uses: slackapi/slack-github-action@v1.25.0
with:
channel-id: ${{ inputs.channel-id }}
payload: ${{ steps.build_message.outputs.message }}
Expand Down

0 comments on commit 680ba97

Please sign in to comment.