chore(deps): update actions/cache action to v3 (#2235)

Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
renovate[bot]
2022-03-21 11:07:12 +01:00
committed by GitHub
co-authored by TrueCharts-Bot
parent ba0ee145cc
commit 9f41596857
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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: |
+2 -2
View File
@@ -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: |