File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ name: 'checks'
8
8
9
9
jobs :
10
10
pre-commit :
11
- uses : broadinstitute/shared-workflows/.github/workflows/pre-commit.yaml@v2.2 .0
11
+ uses : broadinstitute/shared-workflows/.github/workflows/pre-commit.yaml@v2.4 .0
12
12
linting :
13
- uses : broadinstitute/shared-workflows/.github/workflows/python-lint.yaml@v2.2 .0
13
+ uses : broadinstitute/shared-workflows/.github/workflows/python-lint.yaml@v2.4 .0
14
14
with :
15
15
use_pylama : false
16
16
use_ruff : true
17
17
unit-tests :
18
- uses : broadinstitute/shared-workflows/.github/workflows/python-unit-test.yaml@v2.2 .0
18
+ uses : broadinstitute/shared-workflows/.github/workflows/python-unit-test.yaml@v2.4 .0
19
19
with :
20
20
python_package_name : cert_manager
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ name: 'deploy'
8
8
9
9
jobs :
10
10
pypi_deploy :
11
- uses : broadinstitute/shared-workflows/.github/workflows/python-deploy-to-pypi.yaml@v2.2 .0
11
+ uses : broadinstitute/shared-workflows/.github/workflows/python-deploy-to-pypi.yaml@v2.4 .0
12
12
secrets :
13
13
pypi_token : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ name: 'test_deploy'
11
11
12
12
jobs :
13
13
pypi_test_deploy :
14
- uses : broadinstitute/shared-workflows/.github/workflows/python-test-deploy-to-pypi.yaml@v2.2 .0
14
+ uses : broadinstitute/shared-workflows/.github/workflows/python-test-deploy-to-pypi.yaml@v2.4 .0
15
15
secrets :
16
16
pypi_test_token : ${{ secrets.PYPI_TEST_TOKEN }}
You can’t perform that action at this time.
0 commit comments