Skip to content

Commit

Permalink
gh-actions: Update internal versions (#903)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Oct 27, 2023
1 parent 6905ad6 commit da20c78
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 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/prime@actions-v0.0.23
- uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.1.1
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/restore@actions-v0.0.23
- uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.1.1
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/fetch@actions-v0.0.23
- uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.1.1
id: fetch
with:
url: ${{ inputs.url }}
Expand Down
6 changes: 3 additions & 3 deletions gh-actions/docker/shas/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ outputs:
runs:
using: composite
steps:
- uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.0.23
- uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.1
id: yaml
with:
yaml: ${{ inputs.images }}
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.0.23
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.1
id: json_actions
with:
input: ${{ steps.yaml.outputs.json }}
filter: |
{runs: {using: "composite", steps: [to_entries[] | {
uses: "envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.0.23",
uses: "envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.1.1",
id: .key,
with: {
image: .value,
Expand Down
6 changes: 3 additions & 3 deletions gh-actions/github/checkout/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@ runs:
steps:
- name: Fetch token for app auth
id: appauth
uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.23
uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.1
if: ${{ inputs.app_id && inputs.app_key }}
with:
app_id: ${{ inputs.app_id }}
key: ${{ inputs.app_key }}
- name: Parse YAML config
id: parsed
uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.0.23
uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.1
with:
yaml: ${{ inputs.config || '{}' }}
- name: Add auth token to config
id: config
if: ${{ steps.appauth.outputs.token }}
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.0.23
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.1
with:
input: ${{ steps.parsed.outputs.json }}
filter: |
Expand Down
2 changes: 1 addition & 1 deletion gh-actions/github/pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
working-directory: ${{ inputs.working-directory }}
shell: bash
- name: Upload diff
uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.0.27
uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.1.1
if: ${{ inputs.diff-upload }}
with:
diff: HEAD^1
Expand Down
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/tojson@actions-v0.0.23
- uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.1
id: yaml
with:
yaml: ${{ inputs.with }}
Expand Down

0 comments on commit da20c78

Please sign in to comment.