Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Jan 26, 2024
2 parents be45946 + 79b78f7 commit 28ba43a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.13.0
node-version: 20.11.0
- uses: actions/cache@v2
with:
path: ~/.npm
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-node@v2
with:
node-version: 16.13.0
node-version: 20.11.0
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uncommitted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.13.0
node-version: 20.11.0
- uses: actions/cache@v2
with:
path: ~/.npm
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "action-slack",
"version": "3.16.1",
"version": "3.16.2",
"description": "You can notify slack of GitHub Actions.",
"main": "lib/main.js",
"scripts": {
Expand Down

0 comments on commit 28ba43a

Please sign in to comment.