Skip to content

Commit

Permalink
FIX: upgrade actions/cache to v4 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
omerls-pw authored Jan 7, 2025
1 parent f076379 commit c899509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Cache community
id: cache-community
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: community
key: ${{ runner.os }}-community-${{ hashFiles('conf/**', 'templates/**', 'Chart.yaml', 'values.yaml') }}
Expand All @@ -52,7 +52,7 @@ jobs:

- name: Cache community
id: cache-community
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: community
key: ${{ runner.os }}-community-${{ hashFiles('conf/**', 'templates/**', 'Chart.yaml', 'values.yaml') }}
Expand Down

0 comments on commit c899509

Please sign in to comment.