From dd8820892c4f1a0061d8d978de79e1ec539ad961 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:40:25 +0000 Subject: [PATCH] gh-actions(deps): Bump the gh-actions-dependencies group with 2 updates Bumps the gh-actions-dependencies group with 2 updates: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) and [hynek/build-and-inspect-python-package](https://github.com/hynek/build-and-inspect-python-package). Updates `dawidd6/action-download-artifact` from 3.1.2 to 3.1.4 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](https://github.com/dawidd6/action-download-artifact/compare/v3.1.2...v3.1.4) Updates `hynek/build-and-inspect-python-package` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/hynek/build-and-inspect-python-package/releases) - [Changelog](https://github.com/hynek/build-and-inspect-python-package/blob/main/CHANGELOG.md) - [Commits](https://github.com/hynek/build-and-inspect-python-package/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-dependencies - dependency-name: hynek/build-and-inspect-python-package dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-documentation.yml | 2 +- .github/workflows/package-build.yml | 2 +- .github/workflows/package-release.yml | 2 +- .github/workflows/package-testpypi.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-documentation.yml b/.github/workflows/deploy-documentation.yml index 7ac551e7..3427d472 100644 --- a/.github/workflows/deploy-documentation.yml +++ b/.github/workflows/deploy-documentation.yml @@ -20,7 +20,7 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - name: Download Artifact - uses: dawidd6/action-download-artifact@v3.1.2 + uses: dawidd6/action-download-artifact@v3.1.4 with: github_token: ${{ secrets.GITHUB_TOKEN }} run_id: ${{ github.event.workflow_run.id }} diff --git a/.github/workflows/package-build.yml b/.github/workflows/package-build.yml index fb055820..bfe62d42 100644 --- a/.github/workflows/package-build.yml +++ b/.github/workflows/package-build.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: hynek/build-and-inspect-python-package@v2.0.1 + - uses: hynek/build-and-inspect-python-package@v2.0.2 id: build-pkg - name: Set up Python uses: actions/setup-python@v5 diff --git a/.github/workflows/package-release.yml b/.github/workflows/package-release.yml index dddc66e0..765c27a0 100644 --- a/.github/workflows/package-release.yml +++ b/.github/workflows/package-release.yml @@ -82,7 +82,7 @@ jobs: ref: main # Make sure to check out the latest commit on main, not the original commit that triggered the workflow fetch-depth: 0 - name: Build package - uses: hynek/build-and-inspect-python-package@v2.0.1 + uses: hynek/build-and-inspect-python-package@v2.0.2 upload-testpypi: name: Upload package to TestPyPI needs: [pypi-build] diff --git a/.github/workflows/package-testpypi.yml b/.github/workflows/package-testpypi.yml index 96961a2e..1bd4e562 100644 --- a/.github/workflows/package-testpypi.yml +++ b/.github/workflows/package-testpypi.yml @@ -32,7 +32,7 @@ jobs: python scripts/project_version.py --set-version=$NEW_VERSION echo "NEW_VERSION=$NEW_VERSION" >> $GITHUB_OUTPUT - name: Build package - uses: hynek/build-and-inspect-python-package@v2.0.1 + uses: hynek/build-and-inspect-python-package@v2.0.2 outputs: built-version: ${{ steps.create-version.outputs.NEW_VERSION }} test-pypi-upload: