Skip to content

Commit 62549e9

Browse files
committed
Merge branch 'refactor/remove-vgc' of github.com:VeryGoodOpenSource/very_good_workflows into refactor/remove-vgc
2 parents 33aa024 + e548124 commit 62549e9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dart_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
env:
109109
ssh_key: ${{secrets.ssh_key}}
110110
if: env.ssh_key != null
111-
uses: webfactory/ssh-agent@v0.9.1
111+
uses: webfactory/ssh-agent@v0.10.0
112112
with:
113113
ssh-private-key: ${{secrets.ssh_key}}
114114

.github/workflows/flutter_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
env:
115115
ssh_key: ${{secrets.ssh_key}}
116116
if: env.ssh_key != null
117-
uses: webfactory/ssh-agent@v0.9.1
117+
uses: webfactory/ssh-agent@v0.10.0
118118
with:
119119
ssh-private-key: ${{secrets.ssh_key}}
120120

.github/workflows/license_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
env:
6161
ssh_key: ${{secrets.ssh_key}}
6262
if: env.ssh_key != null
63-
uses: webfactory/ssh-agent@v0.9.1
63+
uses: webfactory/ssh-agent@v0.10.0
6464
with:
6565
ssh-private-key: ${{secrets.ssh_key}}
6666

0 commit comments

Comments
 (0)