Skip to content

Commit

Permalink
Update blank.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dsame authored Aug 25, 2023
1 parent 874288a commit a4f4ddb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,14 @@ jobs:
with:
path: |
${{ env.cache }}
key: setup-go-deps-${{ hashFiles('go.sum go.mod') }}
key: action-cache-deps-${{ hashFiles('go.sum go.mod') }}

- name: Create intermediate built files cache
uses: actions/cache@v3
with:
path: |
${{ env.modcache }}
key: setup-go-build-${{ hashFiles('**/*.go') }}
key: action-cache-build-${{ hashFiles('**/*.go') }}

- name: get
run: |
Expand Down Expand Up @@ -154,14 +154,14 @@ jobs:
with:
path: |
${{ env.cache }}
key: setup-go-deps-${{ hashFiles('go.sum go.mod') }}
key: action-cache-deps-${{ hashFiles('go.sum go.mod') }}

- name: Create intermediate built files cache
uses: actions/cache@v3
with:
path: |
${{ env.modcache }}
key: setup-go-build-${{ hashFiles('**/*.go') }}
key: action-cache-build-${{ hashFiles('**/*.go') }}

- name: get
run: |
Expand Down

0 comments on commit a4f4ddb

Please sign in to comment.