Skip to content

Commit

Permalink
gh-actions: Update internal deps (#871)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Oct 20, 2023
1 parent 9be7d4f commit 9fc5a60
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gh-actions/docker/cache/prime/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].23
with:
key: "${{ inputs.image_tag }}"
command: |
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/docker/cache/restore/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].23
with:
key: ${{ inputs.image_tag }}
command: |
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/docker/fetch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].23
id: fetch
with:
url: ${{ inputs.url }}
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/jq/dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gh-actions/using/recurse/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ runs:
steps:
# .tmp.action/action.yml **must** be hardcoded

- uses: envoyproxy/toolshed/gh-actions/yaml/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/yaml/[email protected].23
id: yaml
with:
yaml: ${{ inputs.with }}
Expand Down

0 comments on commit 9fc5a60

Please sign in to comment.