Skip to content

Commit f3e52af

Browse files
authored
Update actions in docker.build.yaml
1 parent fa14dc4 commit f3e52af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
labels: ${{ steps.meta.outputs.labels }}
8989

9090
- name: Send mail for Opsgenie heartbeat
91-
uses: dawidd6/action-send-mail@v3
91+
uses: dawidd6/action-send-mail@v4
9292
with:
9393
connection_url: ${{secrets.OPSGENIE_HEARTBEAT_MAIL_CREDENTIALS}}
9494
subject: Github Actions heartbeat ping
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Determine latest version
112112
id: latest_version
113-
uses: flownative/action-git-latest-release@main
113+
uses: flownative/action-git-latest-release@v1
114114

115115
- name: Configure Git
116116
run: |

0 commit comments

Comments
 (0)