diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 32d8d99e6664..937737bf45a6 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -11,7 +11,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 50c8c47a290f..215d060559a2 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