diff --git a/.github/workflows/build-report.yml b/.github/workflows/build-report.yml index 1980698..290006d 100644 --- a/.github/workflows/build-report.yml +++ b/.github/workflows/build-report.yml @@ -12,7 +12,7 @@ jobs: if: github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.workflow_run.head_sha }} diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ec1281..7185a12 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Validate gradle wrapper uses: gradle/wrapper-validation-action@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97b2d59..12ea6fb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: fi - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.CI_TOKEN }}