Skip to content

Commit

Permalink
Merge pull request #55 from bopen/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
alexamici committed Sep 27, 2023
2 parents a1e9ab8 + 58483bd commit 99d69d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pre-commit:
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:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@v16
with:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@v16
with:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- python-version: '3.10'
extra: -mindep
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Conda environment with Micromamba
uses: mamba-org/provision-with-micromamba@v16
with:
Expand All @@ -123,7 +123,7 @@ jobs:
needs: [integration-tests, type-check]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build distributions
run: |
$CONDA/bin/python -m pip install build
Expand Down

0 comments on commit 99d69d8

Please sign in to comment.