Skip to content

Commit 429bb24

Browse files
Bump pyTooling/Actions from 6.6.0 to 6.7.0 (#188)
Bumps [pyTooling/Actions](https://github.com/pytooling/actions) from 6.6.0 to 6.7.0. - [Release notes](https://github.com/pytooling/actions/releases) - [Changelog](https://github.com/pyTooling/Actions/blob/dev/doc/Releases.rst) - [Commits](pyTooling/Actions@25c007b...c2282e4) --- updated-dependencies: - dependency-name: pyTooling/Actions dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8af8844 commit 429bb24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ runs:
178178
# - https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy
179179

180180
# Not windows
181-
- uses: pyTooling/Actions/with-post-step@25c007b491c5217049e257058126df512cdfb269 # v6.6.0
181+
- uses: pyTooling/Actions/with-post-step@c2282e4d63fb9f7b3e8f4c672b01d9dab7af22c3 # v6.7.0
182182
if: ${{ inputs.delete-old-caches != 'false' &&
183183
github.ref != format('refs/heads/{0}', github.event.repository.default_branch) &&
184184
runner.OS != 'Windows' }}
@@ -191,7 +191,7 @@ runs:
191191
GH_TOKEN: ${{ inputs.token }}
192192

193193
# Windows (because this action uses command prompt on windows)
194-
- uses: pyTooling/Actions/with-post-step@25c007b491c5217049e257058126df512cdfb269 # v6.6.0
194+
- uses: pyTooling/Actions/with-post-step@c2282e4d63fb9f7b3e8f4c672b01d9dab7af22c3 # v6.7.0
195195
if: ${{ inputs.delete-old-caches != 'false' &&
196196
github.ref != format('refs/heads/{0}', github.event.repository.default_branch) &&
197197
runner.OS == 'Windows' }}

0 commit comments

Comments
 (0)