Skip to content

Commit 7e48a31

Browse files
build(deps): update envoyproxy/toolshed requirement to actions-v0.3.30
Updates the requirements on [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) to permit the latest version. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/commits/actions-v0.3.30) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-version: 0.3.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4ce0cb0 commit 7e48a31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/_build_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
[${{ inputs.host-platform }}] Build and test Docker image
4444
runs-on: ${{ inputs.runs-on }}
4545
steps:
46-
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
46+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
4747
with:
4848
mounts: |
4949
- src: /mnt/docker

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
contents: read
4040
packages: write
4141
steps:
42-
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
42+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
4343
with:
4444
mounts: |
4545
- src: /mnt/workspace
@@ -58,7 +58,7 @@ jobs:
5858
echo "sha=${TAG_SHA}" >> $GITHUB_OUTPUT
5959
- name: Generate manifest configuration
6060
id: config
61-
uses: envoyproxy/toolshed/gh-actions/[email protected].26
61+
uses: envoyproxy/toolshed/gh-actions/[email protected].30
6262
with:
6363
input-format: yaml
6464
filter: >-
@@ -186,7 +186,7 @@ jobs:
186186
- arm64
187187
artifact-pattern: oci-ubuntu-{arch}/ubuntu-full-${{ steps.docker-sha.outputs.sha }}-{arch}.tar
188188
- name: Collect and push OCI artifacts
189-
uses: envoyproxy/toolshed/gh-actions/oci/[email protected].26
189+
uses: envoyproxy/toolshed/gh-actions/oci/[email protected].30
190190
with:
191191
manifest-config: ${{ steps.config.outputs.value }}
192192
dry-run: ${{ github.event_name == 'pull_request' }}

0 commit comments

Comments
 (0)