Skip to content

Commit 4e70dd3

Browse files
fix: Workflow Bot -- Update ALL Dependencies (main) (#2291)
Co-authored-by: Jason3S <[email protected]>
1 parent 01d5d65 commit 4e70dd3

File tree

3 files changed

+45
-41
lines changed

3 files changed

+45
-41
lines changed

action-src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
},
2626
"dependencies": {
2727
"@actions/core": "^1.11.1",
28-
"@actions/github": "^6.0.0",
28+
"@actions/github": "^6.0.1",
2929
"@cspell/cspell-bundled-dicts": "^9.0.0",
3030
"@cspell/cspell-types": "^9.0.0",
3131
"@octokit/webhooks-types": "^7.6.1",
32-
"@types/node": "^20.17.43",
32+
"@types/node": "^20.17.44",
3333
"cspell": "^9.0.0",
3434
"cspell-glob": "^9.0.0",
3535
"vscode-uri": "^3.1.0"

action/lib/main_root.cjs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19812,9 +19812,9 @@ Support boolean input list: \`true | True | TRUE | false | False | FALSE\``);
1981219812
}
1981319813
});
1981419814

19815-
// ../node_modules/.pnpm/@[email protected].0/node_modules/@actions/github/lib/context.js
19815+
// ../node_modules/.pnpm/@[email protected].1/node_modules/@actions/github/lib/context.js
1981619816
var require_context = __commonJS({
19817-
"../node_modules/.pnpm/@[email protected].0/node_modules/@actions/github/lib/context.js"(exports2) {
19817+
"../node_modules/.pnpm/@[email protected].1/node_modules/@actions/github/lib/context.js"(exports2) {
1981819818
"use strict";
1981919819
Object.defineProperty(exports2, "__esModule", { value: true });
1982019820
exports2.Context = void 0;
@@ -19842,6 +19842,7 @@ var require_context = __commonJS({
1984219842
this.action = process.env.GITHUB_ACTION;
1984319843
this.actor = process.env.GITHUB_ACTOR;
1984419844
this.job = process.env.GITHUB_JOB;
19845+
this.runAttempt = parseInt(process.env.GITHUB_RUN_ATTEMPT, 10);
1984519846
this.runNumber = parseInt(process.env.GITHUB_RUN_NUMBER, 10);
1984619847
this.runId = parseInt(process.env.GITHUB_RUN_ID, 10);
1984719848
this.apiUrl = (_a = process.env.GITHUB_API_URL) !== null && _a !== void 0 ? _a : `https://api.github.com`;

pnpm-lock.yaml

Lines changed: 40 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)