Skip to content

Commit

Permalink
Merge pull request #12 from github/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
jasonmacgowan authored Sep 28, 2023
2 parents aa6f357 + be16fd6 commit 58fe0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/action-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 58fe0cc

Please sign in to comment.