Skip to content

Commit

Permalink
[ci] Bump actions/cache from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Mar 11, 2024
1 parent 584f225 commit e34cfc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backend-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
distribution: 'temurin'
java-version: 17
- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: dbzui-${{ runner.os }}-maven-${{ hashFiles('dbzui/pom.xml', 'dbzui/**/pom.xml') }}
restore-keys: |
dbzui-${{ runner.os }}-maven-
- name: Cache node modules
id: npm-cache
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-node-modules-v2
with:
Expand Down

0 comments on commit e34cfc5

Please sign in to comment.