mirror of
https://github.com/prymitive/karma
synced 2026-08-19 11:36:24 +00:00
chore(deps): update actions/cache action to v6
This commit is contained in:
committed by
Łukasz Mierzwa
parent
96c544c2a7
commit
03bc3377a3
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: Restore cache
|
||||
id: cache-go-modules
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: actions/cache/restore@v5
|
||||
uses: actions/cache/restore@v6
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-${{ github.ref_name }}-go-modules-${{ hashFiles('**/go.sum') }}
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
- name: Restore cache
|
||||
id: cache-go-modules
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: actions/cache/restore@v5
|
||||
uses: actions/cache/restore@v6
|
||||
with:
|
||||
path: ~/go/pkg/mod
|
||||
key: ${{ runner.os }}-${{ github.ref_name }}-go-modules-${{ hashFiles('**/go.sum') }}
|
||||
@@ -306,7 +306,7 @@ jobs:
|
||||
cache: false
|
||||
|
||||
- name: Restore cache
|
||||
uses: actions/cache/restore@v5
|
||||
uses: actions/cache/restore@v6
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
@@ -348,7 +348,7 @@ jobs:
|
||||
|
||||
- name: Cache Go
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: actions/cache@v5
|
||||
uses: actions/cache@v6
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
@@ -359,7 +359,7 @@ jobs:
|
||||
|
||||
- name: Restore cache
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: actions/cache/restore@v5
|
||||
uses: actions/cache/restore@v6
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
|
||||
Reference in New Issue
Block a user