We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be014fd commit 4b0da0aCopy full SHA for 4b0da0a
.github/workflows/update.yml
@@ -18,13 +18,13 @@ jobs:
18
app_id: ${{ secrets.GH_APP_ID }}
19
private_key: ${{ secrets.GH_APP_PRIVATE_KEY }}
20
- name: Check out code
21
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
22
with:
23
fetch-depth: 0
24
token: ${{ steps.generate_token.outputs.token }}
25
path: client-go
26
27
28
29
repository: goauthentik/authentik
30
0 commit comments