Skip to content

Commit

Permalink
Merge pull request #777 from graphql-java-kickstart/renovate/actions-…
Browse files Browse the repository at this point in the history
…cache-4.x

Update actions/cache action to v4
  • Loading branch information
oryan-block authored Oct 8, 2024
2 parents 6340ffa + 888aea7 commit 79d1b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: ${{ matrix.java }}
distribution: 'adopt'
- name: Cache Maven packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 79d1b00

Please sign in to comment.