diff --git a/gh-actions/docker/cache/prime/action.yml b/gh-actions/docker/cache/prime/action.yml index 5b80ad299..47a141b29 100644 --- a/gh-actions/docker/cache/prime/action.yml +++ b/gh-actions/docker/cache/prime/action.yml @@ -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: | diff --git a/gh-actions/docker/cache/restore/action.yml b/gh-actions/docker/cache/restore/action.yml index 9708c1e3a..6f4d64936 100644 --- a/gh-actions/docker/cache/restore/action.yml +++ b/gh-actions/docker/cache/restore/action.yml @@ -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: | diff --git a/gh-actions/docker/fetch/action.yml b/gh-actions/docker/fetch/action.yml index 3faced5a8..ed6b150eb 100644 --- a/gh-actions/docker/fetch/action.yml +++ b/gh-actions/docker/fetch/action.yml @@ -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 }} diff --git a/gh-actions/docker/shas/action.yml b/gh-actions/docker/shas/action.yml index 748137121..a30c5398e 100644 --- a/gh-actions/docker/shas/action.yml +++ b/gh-actions/docker/shas/action.yml @@ -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, diff --git a/gh-actions/github/checkout/action.yml b/gh-actions/github/checkout/action.yml index bb181df5c..a00f2f878 100644 --- a/gh-actions/github/checkout/action.yml +++ b/gh-actions/github/checkout/action.yml @@ -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: | diff --git a/gh-actions/github/pr/action.yml b/gh-actions/github/pr/action.yml index 8d9421f38..fe48e4b38 100644 --- a/gh-actions/github/pr/action.yml +++ b/gh-actions/github/pr/action.yml @@ -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 diff --git a/gh-actions/using/recurse/action.yml b/gh-actions/using/recurse/action.yml index 7c9deee04..95cf22288 100644 --- a/gh-actions/using/recurse/action.yml +++ b/gh-actions/using/recurse/action.yml @@ -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 }}