Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
roelmagdaleno committed Nov 24, 2022
1 parent aac0967 commit fb52443
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Get Slack User Data
id: slack_user
Expand All @@ -44,7 +44,7 @@ jobs:
SLACK_BOT_TOKEN: xoxb-xxxxxx-xxxxxxx

- name: Notify Slack Channel
uses: slackapi/slack-github-action@v1.19.0
uses: slackapi/slack-github-action@v1.23.0
with:
channel-id: C0XXXXXXXXC
payload: |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ outputs:
user:
description: 'The Slack user data'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'
6 changes: 3 additions & 3 deletions dist/index.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions dist/licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -485,3 +485,16 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.


uuid
MIT
The MIT License (MIT)

Copyright (c) 2010-2020 Robert Kieffer and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "find-slack-user-action",
"version": "1.0.1",
"version": "1.1.0",
"description": "GitHub Action to find a Slack user data by email.",
"main": "index.js",
"scripts": {
Expand All @@ -14,8 +14,8 @@
"author": "Roel Magdaleno",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.8.2",
"@slack/web-api": "^6.7.1",
"@actions/core": "^1.10.0",
"@slack/web-api": "^6.8.0",
"lodash": "^4.17.21"
},
"devDependencies": {
Expand Down

0 comments on commit fb52443

Please sign in to comment.