Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 5ff290e

Browse files
authored
Merge pull request #4 from goauthentik/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 4 to 5
2 parents e77a96f + 4ec89a6 commit 5ff290e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424
token: ${{ steps.generate_token.outputs.token }}
25-
- uses: actions/setup-go@v4
25+
- uses: actions/setup-go@v5
2626
- name: Check for updates
2727
run: make
2828
- name: Push

0 commit comments

Comments
 (0)