Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

Commit cc571bb

Browse files
authored
Merge branch 'main' into patch-1
2 parents 9c5da23 + 344a92d commit cc571bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/action-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: A test of the oidc debugger
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: Debug OIDC Claims
2020
uses: ./
2121
with:

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: git checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v5
1818

1919
- name: setup go
2020
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)