Skip to content

Commit a76349b

Browse files
committed
Merge branch 'cli' of github.com:slackapi/slack-github-action into cli
2 parents 16992d6 + 398c562 commit a76349b

3 files changed

Lines changed: 57 additions & 58 deletions

File tree

.github/workflows/integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@ jobs:
273273
uses: ./cli
274274
with:
275275
command: "version"
276-
version: "3.14.0"
277276

278277
- name: "test(cli): confirm the version check outputs"
279278
shell: bash

package-lock.json

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
"@actions/core": "^3.0.0",
3838
"@actions/github": "^9.0.0",
3939
"@slack/logger": "^4.0.0",
40-
"@slack/web-api": "^7.13.0",
41-
"axios": "^1.13.5",
40+
"@slack/web-api": "^7.14.1",
41+
"axios": "^1.13.6",
4242
"axios-retry": "^4.5.0",
4343
"flat": "^6.0.1",
4444
"https-proxy-agent": "^7.0.6",
4545
"js-yaml": "^4.1.1",
4646
"markup-js": "^1.5.21"
4747
},
4848
"devDependencies": {
49-
"@biomejs/biome": "^2.3.13",
49+
"@biomejs/biome": "^2.4.4",
5050
"@types/flat": "^5.0.5",
5151
"@types/js-yaml": "^4.0.9",
5252
"@types/markup-js": "^1.5.0",
53-
"@types/node": "^20.19.30",
53+
"@types/node": "^20.19.35",
5454
"@types/sinon": "^21.0.0",
5555
"@vercel/ncc": "^0.38.4",
5656
"sinon": "^21.0.1",

0 commit comments

Comments
 (0)