From ea82b8182731681e9f624e86df03169c6e923005 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:58:23 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/keep-alive.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c9afef8..88ccb05 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -230,7 +230,7 @@ jobs: DISTRO_VER: ${{ matrix.cfg.DISTRO_VER }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Enable experimental features (needed for squash) run: | diff --git a/.github/workflows/keep-alive.yaml b/.github/workflows/keep-alive.yaml index 382d486..708bd9a 100644 --- a/.github/workflows/keep-alive.yaml +++ b/.github/workflows/keep-alive.yaml @@ -10,7 +10,7 @@ jobs: if: github.repository == 'conda-forge/docker-images' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: gautamkrishnar/keepalive-workflow@790c7f09285a59b09bb578c85e271c6ff2af97c4 with: commit_message: "Ah ah ah, stayin' alive"