diff --git a/.github/workflows/build-pipeline.yaml b/.github/workflows/build-pipeline.yaml index 4478fab..f8b02a3 100644 --- a/.github/workflows/build-pipeline.yaml +++ b/.github/workflows/build-pipeline.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Java uses: actions/setup-java@v5 diff --git a/.github/workflows/release-pipeline.yaml b/.github/workflows/release-pipeline.yaml index e14d942..ad3fb35 100644 --- a/.github/workflows/release-pipeline.yaml +++ b/.github/workflows/release-pipeline.yaml @@ -25,7 +25,7 @@ jobs: with: tag: ${{ github.event.inputs.version }} - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 if: steps.checkTag.outputs.exists == 'false' with: persist-credentials: false @@ -62,7 +62,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: 'Check out repository' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.version }} fetch-depth: 0 @@ -103,7 +103,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.version }} fetch-depth: 0 @@ -131,7 +131,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Check out repository' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 # otherwise, pushing refs to dest repo fails