Skip to content

Commit 4b0da0a

Browse files
Bump actions/checkout from 5 to 6 (#16)
1 parent be014fd commit 4b0da0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
app_id: ${{ secrets.GH_APP_ID }}
1919
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
2020
- name: Check out code
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
with:
2323
fetch-depth: 0
2424
token: ${{ steps.generate_token.outputs.token }}
2525
path: client-go
2626
- name: Check out code
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
repository: goauthentik/authentik
3030
token: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)