Skip to content

Commit 97d32db

Browse files
authored
ci/deps: Bump toolshed actions -> 0.4.0 (#525)
Signed-off-by: Ryan Northey <[email protected]>
1 parent a831241 commit 97d32db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/archive-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
}}
2020
steps:
2121
- id: appauth
22-
uses: envoyproxy/toolshed/gh-actions/appauth@8a8f4f64d8bccc99427740197479c0a5353ca8de # actions-v0.0.18
22+
uses: envoyproxy/toolshed/actions/appauth@598eacce15ab5f208102a2fd5669292868002701 # actions-v0.4.0
2323
with:
2424
key: ${{ secrets.ENVOY_CI_UPDATE_BOT_KEY }}
2525
app_id: ${{ secrets.ENVOY_CI_UPDATE_APP_ID }}

.github/workflows/envoy-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
}}
2424
steps:
2525
- id: appauth
26-
uses: envoyproxy/toolshed/gh-actions/appauth@8a8f4f64d8bccc99427740197479c0a5353ca8de # actions-v0.0.18
26+
uses: envoyproxy/toolshed/actions/appauth@598eacce15ab5f208102a2fd5669292868002701 # actions-v0.4.0
2727
with:
2828
key: ${{ secrets.ENVOY_CI_UPDATE_BOT_KEY }}
2929
app_id: ${{ secrets.ENVOY_CI_UPDATE_APP_ID }}

0 commit comments

Comments
 (0)