diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 941300d..d4fb038 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/omero-{{cookiecutter.cli_command}}/.github/workflows/omero_plugin.yml b/omero-{{cookiecutter.cli_command}}/.github/workflows/omero_plugin.yml index bbd840e..9b4a3bd 100644 --- a/omero-{{cookiecutter.cli_command}}/.github/workflows/omero_plugin.yml +++ b/omero-{{cookiecutter.cli_command}}/.github/workflows/omero_plugin.yml @@ -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: diff --git a/omero-{{cookiecutter.cli_command}}/.github/workflows/publish_pypi.yml b/omero-{{cookiecutter.cli_command}}/.github/workflows/publish_pypi.yml index 7a89c99..2a77e8f 100644 --- a/omero-{{cookiecutter.cli_command}}/.github/workflows/publish_pypi.yml +++ b/omero-{{cookiecutter.cli_command}}/.github/workflows/publish_pypi.yml @@ -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