diff --git a/.github/workflows/go-build-deploy.yml b/.github/workflows/go-build-deploy.yml index 21c3ca69..e404caf3 100644 --- a/.github/workflows/go-build-deploy.yml +++ b/.github/workflows/go-build-deploy.yml @@ -23,7 +23,7 @@ jobs: run: go build ./... - name: Restore build cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: build key: site-build-${{ hashFiles('content/**', 'templates/**', 'static/**') }}