From 509404de2a728675980e478dd47a375226efe245 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 14:40:22 +0100 Subject: [PATCH] Bump pyTooling/Actions from 4.3.0 to 5.4.0 (#181) Bumps [pyTooling/Actions](https://github.com/pytooling/actions) from 4.3.0 to 5.4.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/33edd82e6f283fa4bb95cf46eeea4ee24da28f04...d6342484cd335d4c9c63d4f52f267c54d5bc3b19) --- updated-dependencies: - dependency-name: pyTooling/Actions dependency-version: 5.4.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 1cfe131..f53d407 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@33edd82e6f283fa4bb95cf46eeea4ee24da28f04 # v4.3.0 + - uses: pyTooling/Actions/with-post-step@d6342484cd335d4c9c63d4f52f267c54d5bc3b19 # v5.4.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@33edd82e6f283fa4bb95cf46eeea4ee24da28f04 # v4.3.0 + - uses: pyTooling/Actions/with-post-step@d6342484cd335d4c9c63d4f52f267c54d5bc3b19 # v5.4.0 if: ${{ inputs.delete-old-caches != 'false' && github.ref != format('refs/heads/{0}', github.event.repository.default_branch) && runner.OS == 'Windows' }}