Skip to content

Commit

Permalink
Merge pull request #24 from masci/massi/core
Browse files Browse the repository at this point in the history
pin @actions/core to ^1.10
  • Loading branch information
masci authored Mar 17, 2023
2 parents 83c75bc + ff673d5 commit 6d49094
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 19 deletions.
33 changes: 16 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"author": "YourNameOrOrganization",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.9.1",
"@actions/core": "^1.10.0",
"@actions/http-client": "^1.0.8",
"@types/js-yaml": "^3.12.5",
"js-yaml": "^3.14.1"
Expand All @@ -34,7 +34,7 @@
"@types/jest": "^27.0.0",
"@types/node": "^12.19.11",
"@typescript-eslint/parser": "^4.12.0",
"@zeit/ncc": "^0.20.5",
"@vercel/ncc": "^0.36.1",
"eslint": "^7.17.0",
"eslint-plugin-github": "^4.1.1",
"eslint-plugin-jest": "^24.4.2",
Expand Down

0 comments on commit 6d49094

Please sign in to comment.