Skip to content

Commit

Permalink
Bump pyTooling/Actions from 1.0.1 to 1.0.5 (#127)
Browse files Browse the repository at this point in the history
Bumps [pyTooling/Actions](https://github.com/pytooling/actions) from 1.0.1 to 1.0.5.
- [Release notes](https://github.com/pytooling/actions/releases)
- [Changelog](https://github.com/pyTooling/Actions/blob/main/doc/Releases.rst)
- [Commits](pyTooling/Actions@60281e0...e9d0dc3)

---
updated-dependencies:
- dependency-name: pyTooling/Actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
dependabot[bot] and DilumAluthge authored May 1, 2024
1 parent 1c20782 commit caa6556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ runs:
# that match the restore key just before saving the new cache

# Not windows
- uses: pyTooling/Actions/with-post-step@60281e01e2514114849e490153aa0a3627994077 # v1.0.1
- uses: pyTooling/Actions/with-post-step@e9d0dc3dba9fda45f195946858708f60c0240caf # v1.0.5
if: ${{ inputs.delete-old-caches != 'false' && runner.OS != 'Windows' }}
with:
# seems like there has to be a `main` step in this action. Could list caches for info if we wanted
Expand All @@ -147,7 +147,7 @@ runs:
GH_TOKEN: ${{ inputs.token }}

# Windows (because this action uses command prompt on windows)
- uses: pyTooling/Actions/with-post-step@60281e01e2514114849e490153aa0a3627994077 # v1.0.1
- uses: pyTooling/Actions/with-post-step@e9d0dc3dba9fda45f195946858708f60c0240caf # v1.0.5
if: ${{ inputs.delete-old-caches != 'false' && runner.OS == 'Windows' }}
with:
main: echo ""
Expand Down

0 comments on commit caa6556

Please sign in to comment.