From d10a6fd8f31b12404a54613ebad242900567f2b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 11:10:04 -0400 Subject: [PATCH] Bump pyTooling/Actions from 3.1.1 to 4.2.2 (#170) Bumps [pyTooling/Actions](https://github.com/pytooling/actions) from 3.1.1 to 4.2.2. - [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/9ceefdbf5dceae8c441fc393ed82344c7ca8bbdb...42e17fae05f224e5ac3d79d021a4e3577878efe5) --- updated-dependencies: - dependency-name: pyTooling/Actions dependency-version: 4.2.2 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 5d5f639..788f29b 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@9ceefdbf5dceae8c441fc393ed82344c7ca8bbdb # v3.1.1 + - uses: pyTooling/Actions/with-post-step@42e17fae05f224e5ac3d79d021a4e3577878efe5 # v4.2.2 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@9ceefdbf5dceae8c441fc393ed82344c7ca8bbdb # v3.1.1 + - uses: pyTooling/Actions/with-post-step@42e17fae05f224e5ac3d79d021a4e3577878efe5 # v4.2.2 if: ${{ inputs.delete-old-caches != 'false' && github.ref != format('refs/heads/{0}', github.event.repository.default_branch) && runner.OS == 'Windows' }}