Skip to content

Commit

Permalink
build(deps): bump the github-actions group across 1 directory with 2 …
Browse files Browse the repository at this point in the history
…updates

Bumps the github-actions group with 2 updates in the /.github/actions/bump-golang directory: [updatecli/updatecli-action](https://github.com/updatecli/updatecli-action) and [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action).


Updates `updatecli/updatecli-action` from 2.68.0 to 2.77.0
- [Release notes](https://github.com/updatecli/updatecli-action/releases)
- [Commits](updatecli/updatecli-action@92a13b9...79983ec)

Updates `slackapi/slack-github-action` from 1.27.0 to 2.0.0
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@37ebaef...485a9d4)

---
updated-dependencies:
- dependency-name: updatecli/updatecli-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 2, 2025
1 parent 6960c76 commit 9935c3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/bump-golang/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ runs:
ref: ${{ inputs.branch }}

- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@92a13b95c2cd9f1c6742c965509203c6a5635ed7 # v2.68.0
uses: updatecli/updatecli-action@79983ec58a76fe0c87fc76f5a5c7ef8df0bb36c4 # v2.77.0

- name: Run Updatecli in Apply mode
run: updatecli ${{ env.COMMAND }} --config ./.github/updatecli.d/bump-golang.yml
Expand All @@ -45,7 +45,7 @@ runs:
shell: bash

- if: ${{ failure() }}
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
with:
channel-id: ${{ inputs.slack-channel-id }}
payload: |
Expand Down

0 comments on commit 9935c3f

Please sign in to comment.