Skip to content

Commit 4965ce4

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates (#4614)
- Updates `docker/build-push-action` from 6.16.0 to 6.17.0 - Updates `slackapi/slack-github-action` from 2.0.0 to 2.1.0
1 parent 978cde4 commit 4965ce4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Build and Push Docker Image
6565
id: docker-push
66-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
66+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
6767
with:
6868
context: .
6969
platforms: linux/amd64,linux/arm64
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Build and Push Docker Image (wolfi)
9999
id: docker-push-wolfi
100-
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1 # v6.16.0
100+
uses: docker/build-push-action@1dc73863535b631f98b2378be8619f83b136f4a0 # v6.17.0
101101
with:
102102
context: .
103103
platforms: linux/amd64,linux/arm64

.github/workflows/slack-lite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
f.write("payload={}".format(json.dumps(payload)))
120120
121121
- name: Post Slack message
122-
uses: slackapi/slack-github-action@v2.0.0
122+
uses: slackapi/slack-github-action@v2.1.0
123123
with:
124124
method: chat.postMessage
125125
token: ${{ secrets.SLACK_BOT_TOKEN }}

0 commit comments

Comments
 (0)