diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0fc55c63d..051d58f0e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,14 +11,14 @@ jobs: matrix: java: [8, 11] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: actions/setup-java@v1 with: java-version: ${{matrix.java}} - name: Get current date id: date run: echo "date=$(date +'%Y-%m-%d' --utc)" >> "$GITHUB_OUTPUT" - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: mvn-cache with: path: ~/.m2/repository