diff --git a/.github/workflows/ci-label-configuration.yml b/.github/workflows/ci-label-configuration.yml index f56e747..a04f853 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-pull-request-gradle-wrapper-validation.yml b/.github/workflows/ci-pull-request-gradle-wrapper-validation.yml index 439a96a..7cffd25 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 2187036..496d10f 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 203fbcb..c72cb04 100644 --- a/.github/workflows/ci-pull-request-validation.yml +++ b/.github/workflows/ci-pull-request-validation.yml @@ -24,7 +24,7 @@ jobs: cancel-in-progress: true steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ github.head_ref }}