From e7b7c05992f7c6aaec9b6409bad3c4c22f22c254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 23:14:31 +0000 Subject: [PATCH] Bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [actions/deploy-pages](https://github.com/actions/deploy-pages), [OpenHCSDev/python-introspect/.github/actions/validate-python-release](https://github.com/openhcsdev/python-introspect) and [softprops/action-gh-release](https://github.com/softprops/action-gh-release). Updates `actions/deploy-pages` from 5.0.0 to 5.0.1 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/cd2ce8fcbc39b97be8ca5fce6e763baed58fa128...368f82528645a54fb793d4d04e342629a3f51346) Updates `OpenHCSDev/python-introspect/.github/actions/validate-python-release` from 0.1.12 to 0.1.13 - [Release notes](https://github.com/openhcsdev/python-introspect/releases) - [Commits](https://github.com/openhcsdev/python-introspect/compare/c29190a576054d16c0976a5be17e6a4112e324b8...eaf9e96ec7a9f9b84f282b0d6f909011c866677a) Updates `softprops/action-gh-release` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/3d0d9888cb7fd7b750713d6e236d1fcb99157228...efb35369e0ad2afab669f228072c1b0d510eae64) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: OpenHCSDev/python-introspect/.github/actions/validate-python-release dependency-version: 0.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage-pages.yml | 2 +- .github/workflows/publish.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/coverage-pages.yml b/.github/workflows/coverage-pages.yml index d72f042..9f6b2aa 100644 --- a/.github/workflows/coverage-pages.yml +++ b/.github/workflows/coverage-pages.yml @@ -116,5 +116,5 @@ jobs: - name: Deploy to GitHub Pages id: deployment continue-on-error: true - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 timeout-minutes: 10 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index d5ca344..c2d90a1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: run: python -m build - name: Validate immutable release declaration - uses: OpenHCSDev/python-introspect/.github/actions/validate-python-release@c29190a576054d16c0976a5be17e6a4112e324b8 + uses: OpenHCSDev/python-introspect/.github/actions/validate-python-release@eaf9e96ec7a9f9b84f282b0d6f909011c866677a - name: Check distribution run: python -m twine check dist/* @@ -50,7 +50,7 @@ jobs: uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 - name: Create GitHub Release - uses: softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2 + uses: softprops/action-gh-release@efb35369e0ad2afab669f228072c1b0d510eae64 # v3.0.3 with: files: dist/* generate_release_notes: true