diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 3cc8867..8b900b8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup post check of known hosts file - uses: pyTooling/Actions/with-post-step@9ceefdbf5dceae8c441fc393ed82344c7ca8bbdb # v3.1.1 + uses: pyTooling/Actions/with-post-step@2307b526df64d55e95884e072e49aac2a00a9afa # v5.1.0 env: SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }} with: diff --git a/action.yml b/action.yml index 5604556..3023ce9 100644 --- a/action.yml +++ b/action.yml @@ -35,7 +35,7 @@ inputs: runs: using: 'composite' steps: - - uses: pyTooling/Actions/with-post-step@9ceefdbf5dceae8c441fc393ed82344c7ca8bbdb # v3.1.1 + - uses: pyTooling/Actions/with-post-step@2307b526df64d55e95884e072e49aac2a00a9afa # v5.1.0 env: SSH_HOST: ${{ inputs.ssh-host }} SSH_KEY_TYPE: ${{ inputs.ssh-key-type }}