Skip to content

Commit

Permalink
Update from template
Browse files Browse the repository at this point in the history
Template version: main (073a838)
  • Loading branch information
simu committed Jun 6, 2024
1 parent 3c42d8d commit c9249dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/projectsyn/commodore-component-template.git",
"commit": "4dee01c35c15a4a8f6d6e18b0f1dcdcdbc61247f",
"commit": "073a838986e0d4a0af14095c5983d06faa9cd8fc",
"checkout": "main",
"context": {
"cookiecutter": {
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
Expand Down

0 comments on commit c9249dc

Please sign in to comment.