diff --git a/.github/workflows/check_changelog.yml b/.github/workflows/check_changelog.yml index 2c9b08f..81433dd 100644 --- a/.github/workflows/check_changelog.yml +++ b/.github/workflows/check_changelog.yml @@ -15,7 +15,7 @@ jobs: !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'automation') steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check that CHANGELOG is touched run: | git fetch origin ${{ github.base_ref }} --depth 1 && \ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0459d44..f29f94d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: PARALLEL_SPLIT_TEST_PROCESSES: 25 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Ruby ${{ matrix.ruby-version }} and dependencies uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/hatchet_app_cleaner.yml b/.github/workflows/hatchet_app_cleaner.yml index 4b93ac1..a729845 100644 --- a/.github/workflows/hatchet_app_cleaner.yml +++ b/.github/workflows/hatchet_app_cleaner.yml @@ -19,7 +19,7 @@ jobs: HEROKU_DISABLE_AUTOUPDATE: 1 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Ruby and dependencies uses: ruby/setup-ruby@v1 with: