We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9ce815 + bf4580b commit d8ed1ceCopy full SHA for d8ed1ce
.cruft.json
@@ -1,6 +1,6 @@
1
{
2
"template": "https://github.com/projectsyn/commodore-component-template.git",
3
- "commit": "4dee01c35c15a4a8f6d6e18b0f1dcdcdbc61247f",
+ "commit": "073a838986e0d4a0af14095c5983d06faa9cd8fc",
4
"checkout": "main",
5
"context": {
6
"cookiecutter": {
.github/workflows/test.yaml
@@ -48,7 +48,7 @@ jobs:
48
- uses: actions/setup-go@v5
49
with:
50
go-version: ${{ env.GO_VERSION }}
51
- - uses: actions/cache@v3
+ - uses: actions/cache@v4
52
53
path: ~/go/pkg/mod
54
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
0 commit comments