diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 950a9d3..8620392 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,8 +61,8 @@ jobs: name: artifact path: dist - name: Publish package on TestPyPi - uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 + uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa with: repository-url: https://test.pypi.org/legacy/ - name: Publish package on PyPi - uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 + uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6124e07..6c155fc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: environments: ${{ matrix.environment }} - name: Start Docker Compose - uses: isbang/compose-action@e5813a5909aca4ae36058edae58f6e52b9c971f8 + uses: isbang/compose-action@f1ca7fefe3627c2dab0ae1db43a106d82740245e with: compose-file: docker-compose.yaml diff --git a/.github/workflows/update-lockfiles.yml b/.github/workflows/update-lockfiles.yml index 8e60b38..38c1431 100644 --- a/.github/workflows/update-lockfiles.yml +++ b/.github/workflows/update-lockfiles.yml @@ -23,7 +23,7 @@ jobs: set -euo pipefail pixi update --json | pixi exec pixi-diff-to-markdown >> diff.md - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update pixi lockfile