Skip to content

Commit

Permalink
Update github cache and checkout actions to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dakirily authored Feb 10, 2024
1 parent b3e7089 commit 4b2ac3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
java: [ 11, 17, 21 ]

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down Expand Up @@ -68,4 +68,4 @@ jobs:
path: surefire-reports-jdk-${{ matrix.java }}.tar.gz

- name: Clean Up Before Caching
run: rm -rf ~/.m2/repository/org/apache/qpid
run: rm -rf ~/.m2/repository/org/apache/qpid

0 comments on commit 4b2ac3b

Please sign in to comment.