Skip to content

Commit

Permalink
Merge pull request #1390 from BradleySappington/actions_version
Browse files Browse the repository at this point in the history
update actions/checkout to v4
  • Loading branch information
mfixstsci authored Oct 24, 2023
2 parents 7d3ead4 + 7206e33 commit 03aece8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.x"
Expand All @@ -32,7 +32,7 @@ jobs:
python-version: [3.9, "3.10"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: mamba-org/provision-with-micromamba@v15
with:
Expand All @@ -43,7 +43,7 @@ jobs:
- run: pip install -e .[test]

- run: conda env export

- uses: supercharge/redis-github-action@1.4.0
with:
redis-version: 5.0
Expand Down

0 comments on commit 03aece8

Please sign in to comment.