Skip to content

Commit fbb78d4

Browse files
build(deps): bump envoyproxy/toolshed from actions-v0.3.22 to 0.3.23
Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.3.22 to 0.3.23. This release includes the previously tagged commit. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](actions-v0.3.22...actions-v0.3.23) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-version: 0.3.23 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7569d5 commit fbb78d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/autotools.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,28 +44,28 @@ jobs:
4444
bazel build //:deps.json
4545
VERSIONS=$(cat bazel-bin/deps.json)
4646
echo "versions=${VERSIONS}" >> $GITHUB_OUTPUT
47-
- uses: envoyproxy/toolshed/gh-actions/[email protected].22
47+
- uses: envoyproxy/toolshed/gh-actions/[email protected].23
4848
id: m4_version
4949
name: M4 version
5050
with:
5151
input: ${{ steps.deps.outputs.versions }}
5252
options: -r
5353
filter: .m4_source.version
54-
- uses: envoyproxy/toolshed/gh-actions/[email protected].22
54+
- uses: envoyproxy/toolshed/gh-actions/[email protected].23
5555
id: autoconf_version
5656
name: Autoconf version
5757
with:
5858
input: ${{ steps.deps.outputs.versions }}
5959
options: -r
6060
filter: .autoconf_source.version
61-
- uses: envoyproxy/toolshed/gh-actions/[email protected].22
61+
- uses: envoyproxy/toolshed/gh-actions/[email protected].23
6262
id: automake_version
6363
name: Automake version
6464
with:
6565
input: ${{ steps.deps.outputs.versions }}
6666
options: -r
6767
filter: .automake_source.version
68-
- uses: envoyproxy/toolshed/gh-actions/[email protected].22
68+
- uses: envoyproxy/toolshed/gh-actions/[email protected].23
6969
id: libtool_version
7070
name: Libtool version
7171
with:

0 commit comments

Comments
 (0)