File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments