Skip to content
This repository was archived by the owner on Jan 14, 2026. It is now read-only.

Commit 7c8e643

Browse files
committed
chore: invalidate asdf cache
1 parent 4754047 commit 7c8e643

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/dev-env-setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ runs:
2222
with:
2323
path: |
2424
~/.asdf
25-
key: ${{ runner.os }}-asdf-cache-${{ hashFiles('.tool-versions') }}
25+
key: ${{ runner.os }}-asdf-cache-${{ hashFiles('.tool-versions') }}-v1
2626
- uses: actions/cache@v4
2727
id: perl-cache
2828
with:
2929
path: |
3030
~/perl5
31-
key: ${{ runner.os }}-perl-cache-${{ env.CURRENT_PERL_VERSION }}-${{ hashFiles('cpanfile') }}
31+
key: ${{ runner.os }}-perl-cache-${{ env.CURRENT_PERL_VERSION }}-${{ hashFiles('cpanfile') }}-v1
3232
- uses: actions/cache@v4
3333
id: yarn-cache
3434
with:

helm/cas-ciip-portal/values-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ image:
1111
pullPolicy: Always
1212
psql:
1313
pullPolicy: Always
14-
tag: "0.2.0"
14+
tag: "latest"
1515

1616
dag:
1717
preInitDb: |

0 commit comments

Comments
 (0)