From 3cf8b9b22b7b2168dcf882723d1fcd30a20534c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 May 2025 18:16:27 +0000 Subject: [PATCH] Bump ChristopherHX/oidc from 2 to 3 Bumps [ChristopherHX/oidc](https://github.com/christopherhx/oidc) from 2 to 3. - [Release notes](https://github.com/christopherhx/oidc/releases) - [Commits](https://github.com/christopherhx/oidc/compare/f8f35d97bc37ffbe779bb3ab8453920fedf6fb37...73eee1ff03fdfce10eda179f617131532209edbd) --- updated-dependencies: - dependency-name: ChristopherHX/oidc dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8469654..ef57596 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -473,7 +473,7 @@ jobs: core.setOutput("owner", context.repo.owner); core.setOutput("repo", context.repo.repo); core.setOutput("build-number", "" + (${{ github.run_number }} + ${{ inputs.offset }})); - - uses: ChristopherHX/oidc@f8f35d97bc37ffbe779bb3ab8453920fedf6fb37 + - uses: ChristopherHX/oidc@73eee1ff03fdfce10eda179f617131532209edbd id: oidc continue-on-error: true - uses: actions/checkout@v3