8000 ci: update slack action vm version · tableau/server-client-python@d793570 · GitHub
[go: up one dir, main page]

Skip to content

Commit d793570

Browse files
authored
ci: update slack action vm version
Switch Slack action to use `ubuntu-latest` like our other actions. --------- Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
1 parent b81993a commit d793570

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request, issues]
55
jobs:
66
slack-notifications:
77
continue-on-error: true
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
name: Sends a message to Slack when a push, a pull request or an issue is made
1010
steps:
1111
- name: Send message to Slack API

0 commit comments

Comments
 (0)
0