From e8472695fb3c2028b1118dc399c8440ff497d409 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 10:42:32 +0000 Subject: [PATCH] Bump pyTooling/Actions from 6.7.0 to 7.2.0 (#193) Bumps [pyTooling/Actions](https://github.com/pytooling/actions) from 6.7.0 to 7.2.0. - [Release notes](https://github.com/pytooling/actions/releases) - [Changelog](https://github.com/pyTooling/Actions/blob/dev/doc/Releases.rst) - [Commits](https://github.com/pytooling/actions/compare/c2282e4d63fb9f7b3e8f4c672b01d9dab7af22c3...14db3bef6131bc913e61aeff5a842690853ea44c) --- updated-dependencies: - dependency-name: pyTooling/Actions dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 62084b0..d9c18e7 100644 --- a/action.yml +++ b/action.yml @@ -178,7 +178,7 @@ runs: # - https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy # Not windows - - uses: pyTooling/Actions/with-post-step@c2282e4d63fb9f7b3e8f4c672b01d9dab7af22c3 # v6.7.0 + - uses: pyTooling/Actions/with-post-step@14db3bef6131bc913e61aeff5a842690853ea44c # v7.2.0 if: ${{ inputs.delete-old-caches != 'false' && github.ref != format('refs/heads/{0}', github.event.repository.default_branch) && runner.OS != 'Windows' }} @@ -191,7 +191,7 @@ runs: GH_TOKEN: ${{ inputs.token }} # Windows (because this action uses command prompt on windows) - - uses: pyTooling/Actions/with-post-step@c2282e4d63fb9f7b3e8f4c672b01d9dab7af22c3 # v6.7.0 + - uses: pyTooling/Actions/with-post-step@14db3bef6131bc913e61aeff5a842690853ea44c # v7.2.0 if: ${{ inputs.delete-old-caches != 'false' && github.ref != format('refs/heads/{0}', github.event.repository.default_branch) && runner.OS == 'Windows' }}