Bump actions/checkout to v6 (#36136)

https://github.com/actions/checkout#checkout-v6

Result of `perl -p -i -e
's#actions\/checkout\@v5#actions/checkout\@v6#g' .github/workflows/*`
This commit is contained in:
silverwind
2025-12-12 16:44:53 +01:00
committed by GitHub
parent 906adff0c1
commit 87b855bd15
9 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'go-gitea/gitea'
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
go-version-file: go.mod