Skip to content

Commit 98e51f8

Browse files
build(deps): bump webfactory/ssh-agent from 0.9.1 to 0.10.0 (#341)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e84897b commit 98e51f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tf-smurf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: 📦 Checkout Repository
129129
uses: actions/checkout@v6
130130

131-
- uses: webfactory/ssh-agent@v0.9.1
131+
- uses: webfactory/ssh-agent@v0.10.0
132132
if: ${{ inputs.git_ssh_key_setup == true }}
133133
with:
134134
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

.github/workflows/tf-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
- name: 📦 Checkout Repository
137137
uses: actions/checkout@v6
138138

139-
- uses: webfactory/ssh-agent@v0.9.1
139+
- uses: webfactory/ssh-agent@v0.10.0
140140
if: ${{ inputs.git_ssh_key_setup == true }}
141141
with:
142142
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)