diff --git a/.github/workflows/black.yaml b/.github/workflows/black.yaml index 23ece470..72835e81 100644 --- a/.github/workflows/black.yaml +++ b/.github/workflows/black.yaml @@ -20,7 +20,7 @@ jobs: architecture: 'x64' - name: Install Poetry and dependencies - uses: SneaksAndData/github-actions/install_poetry@v0.1.0 + uses: SneaksAndData/github-actions/install_poetry@v0.1.2 with: pypi_repo_url: ${{ secrets.AZOPS_PYPI_REPO_URL }} pypi_token_username: ${{ secrets.AZOPS_PAT_USER }} diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 02824651..899a7387 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -22,7 +22,7 @@ jobs: python-version: '3.9.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - name: Install Poetry and dependencies - uses: SneaksAndData/github-actions/install_poetry@v0.1.0 + uses: SneaksAndData/github-actions/install_poetry@v0.1.2 with: pypi_repo_url: ${{ secrets.AZOPS_PYPI_REPO_URL }} pypi_token_username: ${{ secrets.AZOPS_PAT_USER }} @@ -49,7 +49,7 @@ jobs: python-version: '3.11.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - name: Install Poetry and dependencies - uses: SneaksAndData/github-actions/install_poetry@v0.1.0 + uses: SneaksAndData/github-actions/install_poetry@v0.1.2 with: pypi_repo_url: ${{ secrets.AZOPS_PYPI_REPO_URL }} pypi_token_username: ${{ secrets.AZOPS_PAT_USER }} diff --git a/.github/workflows/dev-release.yaml b/.github/workflows/dev-release.yaml index 2027d9a7..e3884d98 100644 --- a/.github/workflows/dev-release.yaml +++ b/.github/workflows/dev-release.yaml @@ -18,14 +18,14 @@ jobs: ref: refs/pull/${{github.event.issue.number}}/merge fetch-depth: 0 - name: Install Poetry and dependencies - uses: SneaksAndData/github-actions/install_poetry@v0.1.0 + uses: SneaksAndData/github-actions/install_poetry@v0.1.2 with: pypi_repo_url: ${{ secrets.AZOPS_PYPI_REPO_URL }} pypi_token_username: ${{ secrets.AZOPS_PAT_USER }} pypi_token: ${{ secrets.AZOPS_PAT }} skip_dependencies: true - name: Create package - uses: SneaksAndData/github-actions/create_package@v0.1.0 + uses: SneaksAndData/github-actions/create_package@v0.1.2 with: public_package_index_token: ${{ secrets.PYPI_API_TOKEN }} package_name: adapta diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2ef4cf53..218c3a38 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Create Release - uses: SneaksAndData/github-actions/semver_release@v0.1.0 + uses: SneaksAndData/github-actions/semver_release@v0.1.2 with: major_v: 2 minor_v: 3