Skip to content

Commit

Permalink
Merge pull request #6 from jburel/update_action
Browse files Browse the repository at this point in the history
Update action
  • Loading branch information
jburel authored Mar 15, 2023
2 parents 8a056ff + fec9105 commit 9b08be3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.1
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: conda-incubator/setup-miniconda@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
STAGE: cli
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Checkout omero-test-infra
uses: actions/checkout@master
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: Build and publish Python distribution to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Build a binary wheel and a source tarball
run: |
python -mpip install wheel
Expand Down

0 comments on commit 9b08be3

Please sign in to comment.