Skip to content

Commit 8920fc2

Browse files
chore(deps): update pytooling/actions action to v4
1 parent 286a349 commit 8920fc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

+1-1
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@42e17fae05f224e5ac3d79d021a4e3577878efe5 # v4.2.2
1919
env:
2020
SSH_KNOWN_HOSTS: ${{ secrets.SSH_KNOWN_HOSTS }}
2121
with:

action.yml

+1-1
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@42e17fae05f224e5ac3d79d021a4e3577878efe5 # v4.2.2
3939
env:
4040
SSH_HOST: ${{ inputs.ssh-host }}
4141
SSH_KEY_TYPE: ${{ inputs.ssh-key-type }}

0 commit comments

Comments
 (0)