diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index cc272f67..670ac78d 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -33,7 +33,7 @@ jobs: will-release: ${{ steps.compute-next-version.outputs.will-release }} steps: - name: Checkout the repo - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 - name: Compute next release version @@ -81,7 +81,7 @@ jobs: cancel-in-progress: true steps: - name: Checkout the repo - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 - uses: DanySK/build-check-deploy-gradle-action@2.4.16 @@ -138,7 +138,7 @@ jobs: if: ${{ needs.check-secrets.outputs.run-with-secrets == 'true' }} steps: - name: Checkout the repo - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - uses: DanySK/build-check-deploy-gradle-action@2.4.16 with: maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }} @@ -167,7 +167,7 @@ jobs: if: ${{ needs.check-secrets.outputs.run-with-secrets == 'true' }} steps: - name: Checkout the repo - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 with: fetch-depth: 0 token: ${{ secrets.PERSONAL_TOKEN }}