Skip to content

Commit b682103

Browse files
Merge pull request #7 from depot/update-public-oidc
2 parents 176d4d3 + 93a420a commit b682103

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Diff for: dist/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -5431,7 +5431,7 @@ function _unique(values) {
54315431

54325432
/***/ }),
54335433

5434-
/***/ 4224:
5434+
/***/ 4921:
54355435
/***/ ((module, __unused_webpack_exports, __nccwpck_require__) => {
54365436

54375437
"use strict";
@@ -5500,7 +5500,7 @@ async function getIDToken(aud) {
55005500
core.info(`Waiting for OIDC auth challenge ${challengeCode}`);
55015501
}, 1e3);
55025502
try {
5503-
for (let i = 1; i < 5; i++) {
5503+
for (let i = 1; i < 60; i++) {
55045504
const res2 = await client.post(exchangeURL, "");
55055505
if (res2.message.statusCode === 200)
55065506
return await res2.readBody();
@@ -14859,7 +14859,7 @@ const core = __importStar(__nccwpck_require__(3031));
1485914859
const github = __importStar(__nccwpck_require__(9060));
1486014860
const http = __importStar(__nccwpck_require__(9875));
1486114861
const toolCache = __importStar(__nccwpck_require__(4723));
14862-
const publicOIDC = __importStar(__nccwpck_require__(4224));
14862+
const publicOIDC = __importStar(__nccwpck_require__(4921));
1486314863
const path = __importStar(__nccwpck_require__(1017));
1486414864
const client = new http.HttpClient('depot-setup-action');
1486514865
async function run() {

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@actions/github": "^5.1.1",
1111
"@actions/http-client": "^1.0.11",
1212
"@actions/tool-cache": "^1.7.2",
13-
"@depot/actions-public-oidc-client": "^0.1.0"
13+
"@depot/actions-public-oidc-client": "^1.0.0"
1414
},
1515
"devDependencies": {
1616
"@tsconfig/node16": "^1.0.2",

Diff for: pnpm-lock.yaml

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)