diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81b84d0..2b35a6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,15 +14,15 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up JDK - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: check-latest: true distribution: temurin java-version: ${{ matrix.java }} - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-maven-artifacts with: @@ -43,9 +43,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-maven-artifacts with: @@ -60,7 +60,7 @@ jobs: # Publish snapshot - name: Set up JDK 17 for publishing a snapshot if: github.event_name == 'push' && endswith(env.PROJECT_VERSION, 'SNAPSHOT') - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: check-latest: true distribution: temurin @@ -77,7 +77,7 @@ jobs: # Publish release - name: Set up JDK 17 for publishing a release if: github.event_name == 'release' && !endswith(env.PROJECT_VERSION, 'SNAPSHOT') - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: check-latest: true distribution: temurin diff --git a/pom.xml b/pom.xml index 98ea891..3fef220 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ de.digitalcollections.cudami dc-cudami-client - 6.2.2 + 8.0.3 io.micrometer