Skip to content

Commit

Permalink
update checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Mar 15, 2023
1 parent ee4909b commit 422e8d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/omero_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
env:
STAGE: scripts
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Checkout omero-test-infra
uses: actions/checkout@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: Build and publish Python distribution to PyPI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- name: Build a binary wheel and a source tarball
run: |
Expand Down

0 comments on commit 422e8d0

Please sign in to comment.