Skip to content

Commit afdb965

Browse files
committed
update github actions
1 parent 343d5e9 commit afdb965

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/camunda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
- name: Send custom JSON data to Slack workflow
123123
if: ${{ always() && contains(env.TEAM, github.actor) }}
124124
id: slack
125-
uses: slackapi/slack-github-action@v1.19.0
125+
uses: slackapi/slack-github-action@v1.25.0
126126
with:
127127
# This data can be any valid JSON from a previous step in the GitHub Action
128128
payload: |
@@ -241,7 +241,7 @@ jobs:
241241
- name: Send custom JSON data to Slack workflow
242242
if: ${{ always() && contains(env.TEAM, github.actor) }}
243243
id: slack
244-
uses: slackapi/slack-github-action@v1.19.0
244+
uses: slackapi/slack-github-action@v1.25.0
245245
with:
246246
# This data can be any valid JSON from a previous step in the GitHub Action
247247
payload: |

.github/workflows/ldap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
chmod 600 ~/.cws/creds
5555
5656
- name: Download Logstash
57-
uses: carlosperate/download-file-action@v1
57+
uses: carlosperate/download-file-action@v2
5858
with:
5959
file-url: https://artifacts.elastic.co/downloads/logstash/logstash-8.12.0-windows-x86_64.zip
6060
file-name: logstash-8.12.0.zip
@@ -109,7 +109,7 @@ jobs:
109109
- name: Send custom JSON data to Slack workflow
110110
if: ${{ always() && contains(env.TEAM, github.actor) }}
111111
id: slack
112-
uses: slackapi/slack-github-action@v1.19.0
112+
uses: slackapi/slack-github-action@v1.25.0
113113
with:
114114
# This data can be any valid JSON from a previous step in the GitHub Action
115115
payload: |

0 commit comments

Comments
 (0)