diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 8e11844..311ff71 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -48,7 +48,7 @@ jobs: - name: 'Check out repository' uses: actions/checkout@v3.0.2 - name: 'Cache local Maven repository' - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.5.0 with: path: ~/.m2/repository key: maven-${{ hashFiles('**/pom.xml') }}