diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index aa6a954..cc618f9 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/v') # Only run on tag push steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: Set up Go Environment uses: actions/setup-go@v4