Skip to content

Commit 9fdc569

Browse files
committed
chore: bump version
1 parent 082ff0e commit 9fdc569

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
@@ -104,7 +104,7 @@ jobs:
104104
- run: npm install
105105
- run: npm test
106106

107-
- uses: iRoachie/slack-github-actions@v2.2.0
107+
- uses: iRoachie/slack-github-actions@v2.3.0
108108
env:
109109
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
110110
with:
@@ -156,7 +156,7 @@ jobs:
156156
if: always() # Always runs even if one of the builds fails
157157
runs-on: ubuntu-latest
158158
steps:
159-
- uses: iRoachie/slack-github-actions@v2.2.0
159+
- uses: iRoachie/slack-github-actions@v2.3.0
160160
env:
161161
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
162162
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.2.0",
3+
"version": "2.3.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)