Skip to content

Commit

Permalink
Bump action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelacey committed Aug 12, 2024
1 parent 680ba97 commit c4364da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-changelog/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
shell: bash

- id: build_changelog
uses: mikepenz/release-changelog-builder-action@v4
uses: mikepenz/release-changelog-builder-action@v5
with:
configuration: ${{ github.action_path }}/config.json
outputFile: NEXT.md
Expand Down
4 changes: 2 additions & 2 deletions slack-message/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:
MESSAGE_TEMPLATE: images

- if: steps.build_images.outputs.message
uses: slackapi/slack-github-action@v1.25.0
uses: slackapi/slack-github-action@v1.26.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.25.0
uses: slackapi/slack-github-action@v1.26.0
with:
channel-id: ${{ inputs.channel-id }}
payload: ${{ steps.build_message.outputs.message }}
Expand Down

0 comments on commit c4364da

Please sign in to comment.