diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index f680dca3333..4e3eaeabb55 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: # build the JARs - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Set up JDK 11 diff --git a/.github/workflows/maven-release.yml b/.github/workflows/maven-release.yml index a8a8e3fe799..ba1d40235dd 100644 --- a/.github/workflows/maven-release.yml +++ b/.github/workflows/maven-release.yml @@ -9,7 +9,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Set up JDK 11 @@ -35,7 +35,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 with: fetch-depth: 0