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"