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 fa14dc4 commit f3e52afCopy full SHA for f3e52af
.github/workflows/docker.build.yaml
@@ -88,7 +88,7 @@ jobs:
88
labels: ${{ steps.meta.outputs.labels }}
89
90
- name: Send mail for Opsgenie heartbeat
91
- uses: dawidd6/action-send-mail@v3
+ uses: dawidd6/action-send-mail@v4
92
with:
93
connection_url: ${{secrets.OPSGENIE_HEARTBEAT_MAIL_CREDENTIALS}}
94
subject: Github Actions heartbeat ping
@@ -110,7 +110,7 @@ jobs:
110
111
- name: Determine latest version
112
id: latest_version
113
- uses: flownative/action-git-latest-release@main
+ uses: flownative/action-git-latest-release@v1
114
115
- name: Configure Git
116
run: |
0 commit comments