From d7e6c486a454b472e6253271cceeddaba217d8f7 Mon Sep 17 00:00:00 2001 From: "renovate-self-hosted-apter[bot]" <123806997+renovate-self-hosted-apter[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 07:44:47 +0000 Subject: [PATCH] chore(deps): update pytooling/actions action to v5 --- .github/workflows/pull_request.yml | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 2c45d3d..89aecdf 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0 - name: Setup post check of known hosts file - uses: pyTooling/Actions/with-post-step@9ceefdbf5dceae8c441fc393ed82344c7ca8bbdb # v3.1.1 + uses: pyTooling/Actions/with-post-step@d6342484cd335d4c9c63d4f52f267c54d5bc3b19 # v5.4.0 env: SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }} with: diff --git a/action.yml b/action.yml index 5604556..26831f6 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@d6342484cd335d4c9c63d4f52f267c54d5bc3b19 # v5.4.0 env: SSH_HOST: ${{ inputs.ssh-host }} SSH_KEY_TYPE: ${{ inputs.ssh-key-type }}