Skip to content

Commit d8ed1ce

Browse files
authored
Merge pull request #284 from projectsyn/template-sync
Update from component template
2 parents e9ce815 + bf4580b commit d8ed1ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cruft.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/projectsyn/commodore-component-template.git",
3-
"commit": "4dee01c35c15a4a8f6d6e18b0f1dcdcdbc61247f",
3+
"commit": "073a838986e0d4a0af14095c5983d06faa9cd8fc",
44
"checkout": "main",
55
"context": {
66
"cookiecutter": {

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/setup-go@v5
4949
with:
5050
go-version: ${{ env.GO_VERSION }}
51-
- uses: actions/cache@v3
51+
- uses: actions/cache@v4
5252
with:
5353
path: ~/go/pkg/mod
5454
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)