diff --git a/.github/workflows/ci-build-snapshot-version.yml b/.github/workflows/ci-build-snapshot-version.yml index 4dfe3086b..dd75136f6 100644 --- a/.github/workflows/ci-build-snapshot-version.yml +++ b/.github/workflows/ci-build-snapshot-version.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/ci-label-configuration.yml b/.github/workflows/ci-label-configuration.yml index f56e74756..a04f85342 100644 --- a/.github/workflows/ci-label-configuration.yml +++ b/.github/workflows/ci-label-configuration.yml @@ -14,7 +14,7 @@ jobs: configure-labels: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: micnncim/action-label-syncer@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/ci-publish-release.yml b/.github/workflows/ci-publish-release.yml index 584a1e0f5..c4541c8b0 100644 --- a/.github/workflows/ci-publish-release.yml +++ b/.github/workflows/ci-publish-release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/ci-pull-request-gradle-wrapper-validation.yml b/.github/workflows/ci-pull-request-gradle-wrapper-validation.yml index 439a96adc..7cffd2588 100644 --- a/.github/workflows/ci-pull-request-gradle-wrapper-validation.yml +++ b/.github/workflows/ci-pull-request-gradle-wrapper-validation.yml @@ -19,5 +19,5 @@ jobs: cancel-in-progress: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: gradle/wrapper-validation-action@v1 diff --git a/.github/workflows/ci-pull-request-lint.yml b/.github/workflows/ci-pull-request-lint.yml index 2187036cc..496d10f54 100644 --- a/.github/workflows/ci-pull-request-lint.yml +++ b/.github/workflows/ci-pull-request-lint.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Danger uses: docker://ghcr.io/danger/danger-kotlin:1.2.0 with: diff --git a/.github/workflows/ci-pull-request-validation.yml b/.github/workflows/ci-pull-request-validation.yml index 166743d2f..874326fee 100644 --- a/.github/workflows/ci-pull-request-validation.yml +++ b/.github/workflows/ci-pull-request-validation.yml @@ -20,7 +20,7 @@ jobs: cancel-in-progress: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.head_ref }}