Skip to content

Commit bb87415

Browse files
committed
chore: bump version
1 parent 4ec1e1b commit bb87415

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- run: npm install
9898
- run: npm test
9999

100-
- uses: iRoachie/slack-github-actions@v2.0.1
100+
- uses: iRoachie/slack-github-actions@v2.2.0
101101
env:
102102
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
103103
with:
@@ -149,7 +149,7 @@ jobs:
149149
if: always() # Always runs even if one of the builds fails
150150
runs-on: ubuntu-latest
151151
steps:
152-
- uses: iRoachie/slack-github-actions@v2.0.1
152+
- uses: iRoachie/slack-github-actions@v2.2.0
153153
env:
154154
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
155155
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "slack-github-action",
3-
"version": "2.1.1",
3+
"version": "2.2.0",
44
"source": "src/index.ts",
55
"main": "dist/index.js",
66
"repository": "https://github.com/iRoachie/slack-github-action.git",

0 commit comments

Comments
 (0)