diff --git a/action.yml b/action.yml index e4e1e82..b28099d 100644 --- a/action.yml +++ b/action.yml @@ -136,7 +136,7 @@ runs: # that match the restore key just before saving the new cache # Not windows - - uses: pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3 + - uses: pyTooling/Actions/with-post-step@60281e01e2514114849e490153aa0a3627994077 # v1.0.1 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 @@ -147,7 +147,7 @@ runs: GH_TOKEN: ${{ inputs.token }} # Windows (because this action uses command prompt on windows) - - uses: pyTooling/Actions/with-post-step@adef08d3bdef092282614f3b683897cefae82ee3 + - uses: pyTooling/Actions/with-post-step@60281e01e2514114849e490153aa0a3627994077 # v1.0.1 if: ${{ inputs.delete-old-caches != 'false' && runner.OS == 'Windows' }} with: main: echo ""