From 383a0b175bab6c2e6a41d280bd6be047b7dc89a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gustavo=20A=2E=20Amorim?= Date: Tue, 30 Jan 2024 19:35:48 -0300 Subject: [PATCH] bump to v1.5.0 --- .github/actions/coverage/action.yml | 2 +- .github/actions/tests/action.yml | 2 +- .github/workflows/coverage.yml | 6 +++--- .github/workflows/docs.yml | 2 +- .github/workflows/mypy.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/tutorials.yml | 2 +- README.md | 16 ++++++++-------- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/actions/coverage/action.yml b/.github/actions/coverage/action.yml index 08574f8..b0dd271 100644 --- a/.github/actions/coverage/action.yml +++ b/.github/actions/coverage/action.yml @@ -36,7 +36,7 @@ runs: using: "composite" steps: - name: Setting environment on ${{ inputs.os }} with python ${{ inputs.python-version }} and pytorch ${{ inputs.pytorch-version }} - uses: kornia/workflows/.github/actions/env@v1.4.1 + uses: kornia/workflows/.github/actions/env@v1.5.0 with: python-version: ${{ inputs.python-version }} pytorch-version: ${{ inputs.pytorch-version }} diff --git a/.github/actions/tests/action.yml b/.github/actions/tests/action.yml index da15bbd..731be6e 100644 --- a/.github/actions/tests/action.yml +++ b/.github/actions/tests/action.yml @@ -33,7 +33,7 @@ runs: using: "composite" steps: - name: Setting environment on ${{ inputs.os }} with python ${{ inputs.python-version }} and pytorch ${{ inputs.pytorch-version }} - uses: kornia/workflows/.github/actions/env@v1.4.1 + uses: kornia/workflows/.github/actions/env@v1.5.0 with: python-version: ${{ inputs.python-version }} pytorch-version: ${{ inputs.pytorch-version }} diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 04cfbc5..134b100 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -32,7 +32,7 @@ jobs: pytorch-dtype: ['float32', 'float64'] steps: - - uses: kornia/workflows/.github/actions/coverage@v1.4.1 + - uses: kornia/workflows/.github/actions/coverage@v1.5.0 with: os: ${{ inputs.os }} python-version: ${{ inputs.python-version }} @@ -52,7 +52,7 @@ jobs: pytorch-dtype: ['float32'] steps: - - uses: kornia/workflows/.github/actions/coverage@v1.4.1 + - uses: kornia/workflows/.github/actions/coverage@v1.5.0 with: os: ${{ inputs.os }} python-version: ${{ inputs.python-version }} @@ -72,7 +72,7 @@ jobs: pytorch-dtype: ['float32', 'float64'] steps: - - uses: kornia/workflows/.github/actions/coverage@v1.4.1 + - uses: kornia/workflows/.github/actions/coverage@v1.5.0 with: os: ${{ inputs.os }} python-version: ${{ inputs.python-version }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 09c300c..8c2c7a4 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Setting environment on ${{ inputs.os }} with python ${{ matrix.python-version }} and pytorch ${{ matrix.pytorch-version }} - uses: kornia/workflows/.github/actions/env@v1.4.1 + uses: kornia/workflows/.github/actions/env@v1.5.0 with: python-version: ${{ matrix.python-version }} pytorch-version: ${{ matrix.pytorch-version }} diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 812b3c9..bbb8f17 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Setting environment on ${{ inputs.os }} with python ${{ matrix.python-version }} and pytorch ${{ matrix.pytorch-version }} - uses: kornia/workflows/.github/actions/env@v1.4.1 + uses: kornia/workflows/.github/actions/env@v1.5.0 with: python-version: ${{ matrix.python-version }} pytorch-version: ${{ matrix.pytorch-version }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 470dd81..857606a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,7 +60,7 @@ jobs: python-version: '3.11' steps: - - uses: kornia/workflows/.github/actions/tests@v1.4.1 + - uses: kornia/workflows/.github/actions/tests@v1.5.0 with: os: ${{ inputs.os }} python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/tutorials.yml b/.github/workflows/tutorials.yml index f3fc87f..f48865b 100644 --- a/.github/workflows/tutorials.yml +++ b/.github/workflows/tutorials.yml @@ -49,7 +49,7 @@ jobs: steps: - name: Setting environment on ${{ inputs.os }} with python ${{ matrix.python-version }} and pytorch ${{ matrix.pytorch-version }} - uses: kornia/workflows/.github/actions/env@v1.4.1 + uses: kornia/workflows/.github/actions/env@v1.5.0 with: python-version: ${{ matrix.python-version }} pytorch-version: ${{ matrix.pytorch-version }} diff --git a/README.md b/README.md index f56fd4e..3db1f22 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Has the inputs: #### example ```yaml steps: - - uses: kornia/workflows/.github/actions/env@v1.4.1 + - uses: kornia/workflows/.github/actions/env@v1.5.0 ``` ### .github/actions/tests @@ -53,7 +53,7 @@ Has the inputs: #### example ```yaml steps: - - uses: kornia/workflows/.github/actions/tests@v1.4.1 + - uses: kornia/workflows/.github/actions/tests@v1.5.0 ``` ### .github/actions/coverage @@ -82,7 +82,7 @@ Has the inputs: #### example ```yaml steps: - - uses: kornia/workflows/.github/coverage/tests@v1.4.1 + - uses: kornia/workflows/.github/coverage/tests@v1.5.0 ``` ## Reusable workflows @@ -116,7 +116,7 @@ A matrix strategy will be adopted from the list of python and pytorch version. ```yaml jobs: tests: - uses: kornia/workflows/.github/workflows/tests@v1.4.1 + uses: kornia/workflows/.github/workflows/tests@v1.5.0 with: python-version: '["3.8", "3.11"]' pytorch-version: '["1.13.1", "2.0.0"]' @@ -172,7 +172,7 @@ A matrix strategy will be adopted from the list of python and pytorch version. ```yaml jobs: coverage: - uses: kornia/workflows/.github/workflows/coverage@v1.4.1 + uses: kornia/workflows/.github/workflows/coverage@v1.5.0 with: python-version: "3.11" pytorch-version: "2.0.0" @@ -201,7 +201,7 @@ A matrix strategy will be adopted from the list of python and pytorch version. ```yaml jobs: tutorials: - uses: kornia/workflows/.github/workflows/tutorials@v1.4.1 + uses: kornia/workflows/.github/workflows/tutorials@v1.5.0 ``` ### .github/workflows/mypy.yml @@ -226,7 +226,7 @@ Has the inputs: ```yaml jobs: typing: - uses: kornia/workflows/.github/workflows/mypy@v1.4.1 + uses: kornia/workflows/.github/workflows/mypy@v1.5.0 ``` ### .github/workflows/docs.yml @@ -251,5 +251,5 @@ Has the inputs: ```yaml jobs: docs: - uses: kornia/workflows/.github/workflows/docs@v1.4.1 + uses: kornia/workflows/.github/workflows/docs@v1.5.0 ```