We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d998b06 commit 725f470Copy full SHA for 725f470
.github/actions/bump-golang/action.yml
@@ -33,7 +33,7 @@ runs:
33
ref: ${{ inputs.branch }}
34
35
- name: Install Updatecli in the runner
36
- uses: updatecli/updatecli-action@92a13b95c2cd9f1c6742c965509203c6a5635ed7 # v2.68.0
+ uses: updatecli/updatecli-action@3a8785d88ec4fa03d86521a181f37c0e74627463 # v2.64.0
37
38
- name: Run Updatecli in Apply mode
39
run: updatecli ${{ env.COMMAND }} --config ./.github/updatecli.d/
@@ -45,7 +45,7 @@ runs:
45
shell: bash
46
47
- if: ${{ failure() }}
48
- uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
+ uses: slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
49
with:
50
channel-id: ${{ inputs.slack-channel-id }}
51
payload: |
0 commit comments