Skip to content

Commit

Permalink
Fix: @actions/core upgrade -> 1.10.x
Browse files Browse the repository at this point in the history
This changeset upgrades `@actions/core` to `1.10.1`, along with
`@actions/github` and `@actions/cache`. The codebase-enclosed
patch for `@actions/cache` applied successfully and was also
updated.

Fixes and closes gradle#461.
  • Loading branch information
sgammon committed Oct 15, 2022
1 parent fd32ae9 commit b3e9566
Show file tree
Hide file tree
Showing 7 changed files with 5,192 additions and 5,162 deletions.
5,193 changes: 2,604 additions & 2,589 deletions dist/main/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main/index.js.map

Large diffs are not rendered by default.

5,105 changes: 2,560 additions & 2,545 deletions dist/post/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/post/index.js.map

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -26,10 +26,10 @@
],
"license": "MIT",
"dependencies": {
"@actions/cache": "3.0.4",
"@actions/core": "1.9.1",
"@actions/cache": "3.0.5",
"@actions/core": "1.10.0",
"@actions/exec": "1.1.1",
"@actions/github": "5.1.0",
"@actions/github": "5.1.1",
"@actions/glob": "0.3.0",
"@actions/http-client": "2.0.1",
"@actions/tool-cache": "2.0.1",
Expand Down
File renamed without changes.

0 comments on commit b3e9566

Please sign in to comment.