Skip to content

Commit

Permalink
Merge pull request #30 from technote-space/release/v0.1.5
Browse files Browse the repository at this point in the history
Release/v0.1.5
  • Loading branch information
technote-space committed Sep 26, 2019
2 parents 9f26544 + 4caef09 commit 8638701
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_version.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
fetch-depth: 3
- name: Check package version
uses: technote-space/ga-package-version-checker@v1
uses: technote-space/package-version-check-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TEST_TAG_PREFIX: test/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 3
- name: Check package version
uses: technote-space/ga-package-version-checker@v1
uses: technote-space/package-version-check-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install Package dependencies
Expand Down
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@technote-space/github-action-helper",
"version": "0.1.4",
"version": "0.1.5",
"description": "Helper to filter GitHub Action.",
"author": "Technote <technote.space@gmail.com> (https://technote.space)",
"license": "MIT",
Expand All @@ -27,7 +27,7 @@
"sprintf-js": "^1.1.2"
},
"devDependencies": {
"@technote-space/github-action-test-helper": "^0.0.6",
"@technote-space/github-action-test-helper": "^0.0.8",
"@types/jest": "^24.0.18",
"@types/node": "^12.7.8",
"@typescript-eslint/eslint-plugin": "^2.3.1",
Expand All @@ -47,6 +47,6 @@
"test": "yarn lint && yarn cover",
"lint": "eslint src/**/**/*.ts && eslint __tests__/**/**/*.ts",
"cover": "jest --coverage",
"update": "ncu -u && yarn upgrade && yarn audit"
"update": "ncu -u && yarn install && yarn upgrade && yarn audit"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -354,10 +354,10 @@
once "^1.4.0"
universal-user-agent "^4.0.0"

"@technote-space/github-action-test-helper@^0.0.6":
version "0.0.6"
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.0.6.tgz#44af23ce6cc8ee8f309037983540ab5bc72eb96e"
integrity sha512-5FXBYrliweANLTLl7K71XmrJaCRu0mhw4RHcsgCl3gVsYtajbwd1A9W9Nz6g27/ojzg9SEozZ5InhTJn9Ie2ug==
"@technote-space/github-action-test-helper@^0.0.8":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@technote-space/github-action-test-helper/-/github-action-test-helper-0.0.8.tgz#e004882b32b92e006d821f3a5ac6307449a2e4bb"
integrity sha512-HcPVa3OhfkltG4aAg0qedYr08dMSVtW0tpvQsTJh599WCqO+l8Ie0HVdVye0V6fKlGcUcoYBAdB1HqjbGfkNJg==
dependencies:
"@actions/github" "^1.1.0"

Expand Down

0 comments on commit 8638701

Please sign in to comment.