Skip to content

Commit dc0d9d3

Browse files
authored
try to enable action caching (#56)
Signed-off-by: Tom Hennen <[email protected]>
1 parent 4dfb151 commit dc0d9d3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

actions/slsa_with_provenance/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ runs:
99
- uses: actions/setup-go@v5
1010
with:
1111
go-version: '1.23'
12+
cache-dependency-path: |
13+
sourcetool/go.sum
1214
- id: setup
1315
run: mkdir -p metadata
1416
shell: bash

actions/vsa_creator/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ runs:
99
- uses: actions/setup-go@v5
1010
with:
1111
go-version: '1.23'
12+
cache-dependency-path: |
13+
sourcetool/go.sum
1214
- id: setup
1315
run: mkdir -p metadata
1416
shell: bash

0 commit comments

Comments
 (0)