diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-03-21 10:23:08 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-03-21 10:23:11 +0900 |
| commit | 6650b3aecf6bd3f4bce10a9f1a615683020af186 (patch) | |
| tree | 20c5d3c0c6689cb9186917956231984af971220f | |
| parent | 392dbe06fc1d5392ee989f633fd749c572b62ba8 (diff) | |
Point to the correct hash for gacts/run-and-post-run-1.4.0
| -rw-r--r-- | .github/actions/setup/directories/action.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/compilers.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/actions/setup/directories/action.yml b/.github/actions/setup/directories/action.yml index 07b8aee93b..63abd4ae58 100644 --- a/.github/actions/setup/directories/action.yml +++ b/.github/actions/setup/directories/action.yml @@ -164,7 +164,7 @@ runs: echo final='rmdir ${{ inputs.builddir }}' >> $GITHUB_OUTPUT - name: clean - uses: gacts/run-and-post-run@674528335da98a7afc80915ff2b4b860a0b3553a # v1.4.0 + uses: gacts/run-and-post-run@7aec950f3b114c4fcf6012070c3709ecff0eb6f8 # v1.4.0 with: working-directory: post: | diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 12fda6f5a2..9a7855b784 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -265,7 +265,7 @@ jobs: if: ${{ (matrix.entry.static-exts || '') != '' }} - name: Clean up ext/Setup - uses: gacts/run-and-post-run@674528335da98a7afc80915ff2b4b860a0b3553a # v1.4.0 + uses: gacts/run-and-post-run@7aec950f3b114c4fcf6012070c3709ecff0eb6f8 # v1.4.0 with: shell: bash working-directory: build |
