diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 7bd3568..5905bfc 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -13,7 +13,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: https://github.com/actions/checkout@v4 + - uses: https://github.com/actions/checkout@v6 - name: Use Go uses: https://github.com/actions/setup-go@v6 with: