From 81a6fb7d189cf4db7b0c36f2ec36304dc9c4d7b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 21:02:52 +0100 Subject: [PATCH] Bump the actions group across 1 directory with 3 updates (#84) --- .github/workflows/build.yml | 6 +++--- .github/workflows/ci.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83fc28f..ff15034 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,18 +48,18 @@ jobs: name: artifact path: dist - name: Publish package on TestPyPi - uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa + uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 with: repository-url: https://test.pypi.org/legacy/ - name: Publish package on PyPi - uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa + uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 - uses: actions/checkout@v4 - name: Push v${{ needs.build.outputs.new-version }} tag run: | git tag v${{ needs.build.outputs.new-version }} git push origin v${{ needs.build.outputs.new-version }} - name: Create release - uses: softprops/action-gh-release@e7a8f85e1c67a31e6ed99a94b41bd0b71bbee6b8 + uses: softprops/action-gh-release@7b4da11513bf3f43f9999e90eabced41ab8bb048 with: generate_release_notes: true tag_name: v${{ needs.build.outputs.new-version }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1447190..9ab5e5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: report-title: ${{ matrix.env }} - name: Upload coverage reports to Codecov if: matrix.env == 'py312' - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml