chore(deps): update actions/checkout action to v7 (#339)

This commit is contained in:
renovate[bot]
2026-06-24 08:51:15 +02:00
committed by GitHub
parent 7cc3f8b4ae
commit f9c771fdad
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: actions/setup-go@v6
with:
go-version: "1.26.x"