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.
2 parents 3e4989f + 339be13 commit 3b4cb35Copy full SHA for 3b4cb35
.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@v4
+ uses: actions/checkout@v5
22
with:
23
fetch-depth: 0
24
token: ${{ steps.generate_token.outputs.token }}
25
path: client-swift
26
27
28
29
repository: goauthentik/authentik
30
0 commit comments