Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

release: v3.0.4 #120

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
46 changes: 23 additions & 23 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@technote-space/workflow-conclusion-action",
"version": "3.0.3",
"version": "3.0.4",
"description": "GitHub action to get workflow conclusion.",
"keywords": [
"github",
Expand Down Expand Up @@ -40,32 +40,32 @@
"devDependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
"@commitlint/cli": "^17.3.0",
"@commitlint/config-conventional": "^17.3.0",
"@octokit/openapi-types": "^14.0.0",
"@octokit/types": "^8.0.0",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-json": "^5.0.2",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@octokit/openapi-types": "^16.0.0",
"@octokit/types": "^9.0.0",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@rollup/plugin-typescript": "^11.0.0",
"@sindresorhus/tsconfig": "^3.0.1",
"@technote-space/github-action-helper": "^5.3.10",
"@technote-space/github-action-log-helper": "^0.2.9",
"@technote-space/github-action-test-helper": "^0.11.1",
"@technote-space/release-github-actions-cli": "^1.9.3",
"@types/node": "^18.11.11",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"@vitest/coverage-c8": "^0.25.4",
"eslint": "^8.29.0",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.2",
"lint-staged": "^13.1.0",
"nock": "^13.2.9",
"@technote-space/github-action-log-helper": "^0.2.10",
"@technote-space/github-action-test-helper": "^0.11.2",
"@technote-space/release-github-actions-cli": "^1.9.4",
"@types/node": "^18.14.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitest/coverage-c8": "^0.28.5",
"eslint": "^8.34.0",
"eslint-plugin-import": "^2.27.5",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"nock": "^13.3.0",
"pinst": "^3.0.0",
"rollup": "^3.6.0",
"typescript": "^4.9.3",
"vitest": "^0.25.4"
"rollup": "^3.17.1",
"typescript": "^4.9.5",
"vitest": "^0.28.5"
},
"publishConfig": {
"access": "public"
Expand Down