diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 115efccb..c9fb59f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: go-version: ${{ steps.go_version.outputs.version }} - name: Cache Godel assets - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.godel key: ${{ runner.os }}-godel-${{ hashFiles('godelw', 'godel/config/godel.yml') }}