chore(deps): update actions/cache action to v3 (#2235)
Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
co-authored by
TrueCharts-Bot
parent
ba0ee145cc
commit
9f41596857
@@ -69,7 +69,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache helm repo cache
|
- name: Cache helm repo cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2
|
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # tag=v3
|
||||||
with:
|
with:
|
||||||
key: helmrepocache-${{ github.sha }}
|
key: helmrepocache-${{ github.sha }}
|
||||||
path: |
|
path: |
|
||||||
@@ -170,7 +170,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Cache helm repo cache
|
- name: Cache helm repo cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2
|
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # tag=v3
|
||||||
with:
|
with:
|
||||||
key: helmrepocache-${{ github.sha }}
|
key: helmrepocache-${{ github.sha }}
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Cache helm repo cache
|
- name: Cache helm repo cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2
|
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # tag=v3
|
||||||
with:
|
with:
|
||||||
key: helmrepocache-${{ github.sha }}
|
key: helmrepocache-${{ github.sha }}
|
||||||
path: |
|
path: |
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Cache helm repo cache
|
- name: Cache helm repo cache
|
||||||
id: cache
|
id: cache
|
||||||
uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # renovate: tag=v2
|
uses: actions/cache@4b0cf6cc4619e737324ddfcec08fff2413359514 # tag=v3
|
||||||
with:
|
with:
|
||||||
key: helmrepocache-${{ github.sha }}
|
key: helmrepocache-${{ github.sha }}
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user