From: Skgland Date: Fri, 10 Apr 2026 22:06:13 +0000 (+0200) Subject: update pyTooling/Actions/with-post-step@v4.1.0 -> pyTooling/Actions/with-post-step... X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=8bbb484f94c891bb64f9ec43e89ba9814618ac79;p=scryer-prolog.git update pyTooling/Actions/with-post-step@v4.1.0 -> pyTooling/Actions/with-post-step@v7.7.0 --- diff --git a/.github/actions/setup-rust/action.yml b/.github/actions/setup-rust/action.yml index d7bdd40e..45f087e6 100644 --- a/.github/actions/setup-rust/action.yml +++ b/.github/actions/setup-rust/action.yml @@ -46,7 +46,7 @@ runs: # Remove build artifacts for the current crate, since it will be rebuilt every # run anyway, but keep dependency artifacts to cache them. # Must be placed after actions/cache so its post step runs first. - - uses: pyTooling/Actions/with-post-step@679ec24c80c6736efa7099a11c19086263a6beba # v4.1.0 + - uses: pyTooling/Actions/with-post-step@41aed3e559cbf69bfdb46abb25d7c535900ed5b6 # v7.7.0 with: main: bash ./.github/actions/setup-rust/cleanup.sh post: bash ./.github/actions/setup-rust/cleanup.sh