Skip to content

Commit

Permalink
Merge pull request #248 from conda-forge/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4
  • Loading branch information
jakirkham authored Nov 22, 2023
2 parents 9cc897a + ea82b81 commit 2c18eea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/keep-alive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2c18eea

Please sign in to comment.