Skip to content

Commit 2182d58

Browse files
authored
gh-actions: Release v0.3.34 (#2989)
Signed-off-by: Ryan Northey <[email protected]>
1 parent 2b28ed0 commit 2182d58

File tree

31 files changed

+102
-102
lines changed

31 files changed

+102
-102
lines changed

gh-actions/azp/agent-cleanup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ runs:
2121

2222
- id: fetch
2323
name: Fetch AZP agents list
24-
uses: envoyproxy/toolshed/gh-actions/[email protected].33
24+
uses: envoyproxy/toolshed/gh-actions/[email protected].34
2525
with:
2626
url: https://dev.azure.com/${{ inputs.azp-org }}/_apis/distributedtask/pools/${{ inputs.pool-id }}/agents?api-version=7.1-preview.1
2727
args: -u ":${{ inputs.azp-token }}"
2828

2929
- name: Get dead AZP agent ids
30-
uses: envoyproxy/toolshed/gh-actions/[email protected].33
30+
uses: envoyproxy/toolshed/gh-actions/[email protected].34
3131
with:
3232
input-format: json-path
3333
input: ${{ steps.fetch.outputs.path }}

gh-actions/bind-mounts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
using: composite
2424
steps:
2525
- name: Bind mount directories
26-
uses: envoyproxy/toolshed/gh-actions/[email protected].33
26+
uses: envoyproxy/toolshed/gh-actions/[email protected].34
2727
id: mount
2828
with:
2929
input: ${{ inputs.mounts }}

gh-actions/bson/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
chmod +x $TMPFILE
4949
echo "path=$TMPFILE" >> $GITHUB_OUTPUT
5050
shell: bash
51-
- uses: envoyproxy/toolshed/gh-actions/[email protected].33
51+
- uses: envoyproxy/toolshed/gh-actions/[email protected].34
5252
id: command
5353
with:
5454
input: ${{ inputs.input }}
@@ -76,7 +76,7 @@ runs:
7676
TMPFILE: ${{ steps.script.outputs.path }}
7777
shell: bash
7878
- id: output
79-
uses: envoyproxy/toolshed/gh-actions/[email protected].33
79+
uses: envoyproxy/toolshed/gh-actions/[email protected].34
8080
if: ${{ inputs.result-filter }}
8181
with:
8282
input: ${{ steps.run.outputs.output }}

gh-actions/buildah/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
echo '${{ inputs.gcr-key }}' | base64 -d | buildah login --username _json_key --password-stdin gcr.io
6666
echo "::endgroup::"
6767
- name: Execute buildah operations
68-
uses: envoyproxy/toolshed/gh-actions/[email protected].33
68+
uses: envoyproxy/toolshed/gh-actions/[email protected].34
6969
id: execute
7070
with:
7171
title: Execute buildah operations

gh-actions/cache/prime/action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ runs:
7070
id: gcs-object
7171
if: >-
7272
inputs.cache-type == 'gcs'
73-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].33
73+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].34
7474
with:
7575
bucket: ${{ inputs.gcs-bucket }}
7676
key: ${{ inputs.key }}
7777
- name: Check artifact cache
7878
id: artifact-object
7979
if: >-
8080
inputs.cache-type == 'artifact'
81-
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/[email protected].33
81+
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/[email protected].34
8282
with:
8383
name: ${{ inputs.key }}
8484
wf-path: ${{ inputs.artifact-wf-path }}
@@ -94,7 +94,7 @@ runs:
9494
key: ${{ inputs.key }}
9595

9696
# Mutex
97-
- uses: envoyproxy/toolshed/gh-actions/[email protected].33
97+
- uses: envoyproxy/toolshed/gh-actions/[email protected].34
9898
if: >-
9999
! inputs.lock-id
100100
&& steps.cache-restore-initial.outputs.cache-hit != 'true'
@@ -106,7 +106,7 @@ runs:
106106
options: -Rr
107107
filter: |
108108
@base64
109-
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].33
109+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].34
110110
if: >-
111111
inputs.lock-token
112112
&& steps.cache-restore-initial.outputs.cache-hit != 'true'
@@ -134,7 +134,7 @@ runs:
134134
if: >-
135135
inputs.cache-type == 'artifact'
136136
&& steps.artifact-object.outputs.exists == ''
137-
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/[email protected].33
137+
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/[email protected].34
138138
with:
139139
name: ${{ inputs.key }}
140140
wf-path: ${{ inputs.artifact-wf-path }}
@@ -143,7 +143,7 @@ runs:
143143
if: >-
144144
inputs.cache-type == 'gcs'
145145
&& steps.gcs-object.outputs.exists != 'true'
146-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].33
146+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].34
147147
with:
148148
bucket: ${{ inputs.gcs-bucket }}
149149
key: ${{ inputs.key }}
@@ -210,7 +210,7 @@ runs:
210210
- if: >-
211211
steps.restore.outputs.save == 'true'
212212
&& inputs.gcs-bucket
213-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].33
213+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].34
214214
with:
215215
bucket: ${{ inputs.gcs-bucket }}
216216
key: ${{ inputs.key }}
@@ -220,7 +220,7 @@ runs:
220220
if: >-
221221
steps.restore.outputs.save == 'true'
222222
&& inputs.cache-type == 'artifact'
223-
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/[email protected].33
223+
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/[email protected].34
224224
with:
225225
name: ${{ inputs.artifact-name }}
226226
path: ${{ inputs.path || inputs.path-tmp }}

gh-actions/cache/restore/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272
if: >-
7373
inputs.cache-type == 'gcs'
7474
id: cache-restore-gcs
75-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].33
75+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].34
7676
with:
7777
bucket: ${{ inputs.gcs-bucket }}
7878
path: ${{ inputs.path || inputs.path-tmp }}
@@ -81,7 +81,7 @@ runs:
8181
if: >-
8282
inputs.cache-type == 'artifact'
8383
id: cache-restore-artifact
84-
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/[email protected].33
84+
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/[email protected].34
8585
with:
8686
id: ${{ inputs.artifact-id }}
8787
name: ${{ inputs.artifact-name }}

gh-actions/docker/cache/prime/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ outputs:
2121
runs:
2222
using: "composite"
2323
steps:
24-
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].33
24+
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].34
2525
id: prime
2626
with:
2727
key: ${{ inputs.image-tag }}${{ inputs.key-suffix }}

gh-actions/docker/cache/restore/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818
runs:
1919
using: "composite"
2020
steps:
21-
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].33
21+
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].34
2222
with:
2323
key: ${{ inputs.image-tag }}${{ inputs.key-suffix }}
2424
command: |

gh-actions/docker/fetch/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
runs:
1414
using: "composite"
1515
steps:
16-
- uses: envoyproxy/toolshed/gh-actions/[email protected].33
16+
- uses: envoyproxy/toolshed/gh-actions/[email protected].34
1717
id: fetch
1818
with:
1919
url: ${{ inputs.url }}

gh-actions/docker/shas/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ outputs:
1414
runs:
1515
using: composite
1616
steps:
17-
- uses: envoyproxy/toolshed/gh-actions/[email protected].33
17+
- uses: envoyproxy/toolshed/gh-actions/[email protected].34
1818
id: yaml
1919
with:
2020
input: ${{ inputs.images }}
2121
input-format: yaml
22-
- uses: envoyproxy/toolshed/gh-actions/[email protected].33
22+
- uses: envoyproxy/toolshed/gh-actions/[email protected].34
2323
id: json_actions
2424
with:
2525
items: ${{ steps.yaml.outputs.value }}
2626
steps: |
27-
- uses: envoyproxy/toolshed/gh-actions/docker/[email protected].33
27+
- uses: envoyproxy/toolshed/gh-actions/docker/[email protected].34
2828
id: $KEY
2929
with:
3030
image: >-
3131
%{{ fromJSON(inputs.context).items['$KEY'] }}
3232
env_var: ${{ inputs.env_prefix }}_$KEY
3333
34-
- uses: envoyproxy/toolshed/gh-actions/[email protected].33
34+
- uses: envoyproxy/toolshed/gh-actions/[email protected].34
3535
id: images
3636
with:
3737
input: ${{ steps.json_actions.outputs.out }}

0 commit comments

Comments
 (0)