diff --git a/{{ cookiecutter.slug }}/.github/workflows/test.yaml b/{{ cookiecutter.slug }}/.github/workflows/test.yaml index d97703a..02f759a 100644 --- a/{{ cookiecutter.slug }}/.github/workflows/test.yaml +++ b/{{ cookiecutter.slug }}/.github/workflows/test.yaml @@ -51,7 +51,7 @@ jobs: - uses: actions/setup-go@v6 with: go-version: {% raw %}${{ env.GO_VERSION }}{% endraw %} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/go/pkg/mod key: {% raw %}${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}{% endraw %}