Skip to content

Commit 3b4cb35

Browse files
authored
Merge pull request #6 from goauthentik/dependabot/github_actions/actions/checkout-5
2 parents 3e4989f + 339be13 commit 3b4cb35

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@v4
21+
uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424
token: ${{ steps.generate_token.outputs.token }}
2525
path: client-swift
2626
- name: Check out code
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
with:
2929
repository: goauthentik/authentik
3030
token: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)