File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 steps :
2121 - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2222 - name : go cache
23- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
23+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2424 with :
2525 path : /px/pkg/mod
2626 key : go-cache-${{ hashFiles('go.sum') }}
2727 restore-keys : |
2828 go-cache-
2929 - name : yarn cache
30- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
30+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3131 with :
3232 path : ./src/ui/.yarn/cache
3333 key : yarn-cache-${{ hashFiles('src/ui/yarn.lock', 'src/ui/.yarnrc.yml') }}
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
2121 steps :
2222 - uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5.0
2323 - name : go cache
24- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
24+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2525 with :
2626 path : /px/pkg/mod
2727 key : go-cache-${{ hashFiles('go.sum') }}
2828 restore-keys : |
2929 go-cache-
3030 - name : yarn cache
31- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
31+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
3232 with :
3333 path : ./src/ui/.yarn/cache
3434 key : yarn-cache-${{ hashFiles('src/ui/yarn.lock', 'src/ui/.yarnrc.yml') }}
Original file line number Diff line number Diff line change 2323 with :
2424 fetch-depth : 100
2525 - name : yarn cache
26- uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
26+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
2727 with :
2828 path : ./src/ui/.yarn/cache
2929 key : yarn-cache-${{ hashFiles('src/ui/yarn.lock', 'src/ui/.yarnrc.yml') }}
You can’t perform that action at this time.
0 commit comments