@octokit/action
Advanced tools
Comparing version 6.0.7 to 6.1.0
@@ -34,3 +34,3 @@ "use strict"; | ||
// pkg/dist-src/version.js | ||
var VERSION = "6.0.7"; | ||
var VERSION = "6.1.0"; | ||
@@ -37,0 +37,0 @@ // pkg/dist-src/index.js |
@@ -1,4 +0,4 @@ | ||
const VERSION = "6.0.7"; | ||
const VERSION = "6.1.0"; | ||
export { | ||
VERSION | ||
}; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "6.0.7"; | ||
export declare const VERSION = "6.1.0"; |
@@ -8,3 +8,3 @@ // pkg/dist-src/index.js | ||
// pkg/dist-src/version.js | ||
var VERSION = "6.0.7"; | ||
var VERSION = "6.1.0"; | ||
@@ -11,0 +11,0 @@ // pkg/dist-src/index.js |
{ | ||
"name": "@octokit/action", | ||
"version": "6.0.7", | ||
"version": "6.1.0", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -30,7 +31,7 @@ "description": "GitHub API client for GitHub Actions", | ||
"@types/node": "^20.0.0", | ||
"esbuild": "^0.19.0", | ||
"esbuild": "^0.20.0", | ||
"fetch-mock": "npm:@gr2m/fetch-mock@9.11.0-pull-request-644.1", | ||
"glob": "^10.2.6", | ||
"jest": "^29.0.0", | ||
"prettier": "3.1.0", | ||
"prettier": "3.2.5", | ||
"semantic-release-plugin-update-version-in-files": "^1.0.0", | ||
@@ -37,0 +38,0 @@ "ts-jest": "^29.0.0", |
@@ -45,7 +45,7 @@ # action.js | ||
# Check out code using git | ||
- uses: actions/checkout@v2 | ||
# Install Node 12 | ||
- uses: actions/setup-node@v1 | ||
- uses: actions/checkout@v4 | ||
# Install Node 20 | ||
- uses: actions/setup-node@v4 | ||
with: | ||
version: 12 | ||
node-version: 20 | ||
- run: npm install @octokit/action | ||
@@ -52,0 +52,0 @@ # Node.js script can be anywhere. A good convention is to put local GitHub Actions |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18086