From be16fd6d8b912e9c20954a9ded854243fd1a17db Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 21:05:42 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/action-test.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/action-test.yml b/.github/workflows/action-test.yml index 23b6982..1d877b6 100644 --- a/.github/workflows/action-test.yml +++ b/.github/workflows/action-test.yml @@ -15,7 +15,7 @@ jobs: name: A test of the oidc debugger steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Debug OIDC Claims uses: ./ with: diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ec4a13..d1c99de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,6 @@ jobs: runs-on: ubuntu-latest steps: - name: git checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: run oidc-debug.go run: go run cmd/oidc-debug.go -audience "https://github.com/github"