Skip to content

Commit 01f22a0

Browse files
chore(deps): update pytooling/actions action to v4
1 parent 450dcdd commit 01f22a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
- name: Setup post check of known hosts file
18-
uses: pyTooling/Actions/with-post-step@9ceefdbf5dceae8c441fc393ed82344c7ca8bbdb # v3.1.1
18+
uses: pyTooling/Actions/with-post-step@33edd82e6f283fa4bb95cf46eeea4ee24da28f04 # v4.3.0
1919
env:
2020
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}
2121
with:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ inputs:
3535
runs:
3636
using: 'composite'
3737
steps:
38-
- uses: pyTooling/Actions/with-post-step@9ceefdbf5dceae8c441fc393ed82344c7ca8bbdb # v3.1.1
38+
- uses: pyTooling/Actions/with-post-step@33edd82e6f283fa4bb95cf46eeea4ee24da28f04 # v4.3.0
3939
env:
4040
SSH_HOST: ${{ inputs.ssh-host }}
4141
SSH_KEY_TYPE: ${{ inputs.ssh-key-type }}

0 commit comments

Comments
 (0)