From 651e740bbcfd2cffb1feb4b058ac9ac54e9e7ada Mon Sep 17 00:00:00 2001 From: phlax Date: Thu, 2 Nov 2023 07:51:06 +0000 Subject: [PATCH] gh-actions: Bump internal versions (#918) Signed-off-by: Ryan Northey --- gh-actions/docker/cache/prime/action.yml | 2 +- gh-actions/docker/cache/restore/action.yml | 2 +- gh-actions/docker/fetch/action.yml | 2 +- gh-actions/docker/shas/action.yml | 6 +++--- gh-actions/github/checkout/action.yml | 6 +++--- gh-actions/github/merge-commit/action.yml | 2 +- gh-actions/github/pr/action.yml | 2 +- gh-actions/using/recurse/action.yml | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gh-actions/docker/cache/prime/action.yml b/gh-actions/docker/cache/prime/action.yml index 0a995e27a..1774cb4b4 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.1.1 + - uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.1.6 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 c60282877..7cd31faf8 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.1.1 + - uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.1.6 with: key: ${{ inputs.image_tag }} command: | diff --git a/gh-actions/docker/fetch/action.yml b/gh-actions/docker/fetch/action.yml index ed6b150eb..b4d05c88c 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.1.1 + - uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.1.6 id: fetch with: url: ${{ inputs.url }} diff --git a/gh-actions/docker/shas/action.yml b/gh-actions/docker/shas/action.yml index a30c5398e..46155b0a4 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.1.1 + - uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.6 id: yaml with: yaml: ${{ inputs.images }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.1 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.6 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.1.1", + uses: "envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.1.6", id: .key, with: { image: .value, diff --git a/gh-actions/github/checkout/action.yml b/gh-actions/github/checkout/action.yml index ba2254dab..293cccb70 100644 --- a/gh-actions/github/checkout/action.yml +++ b/gh-actions/github/checkout/action.yml @@ -29,20 +29,20 @@ runs: steps: - name: Fetch token for app auth id: appauth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.1 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.6 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.1.1 + uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.6 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.1.1 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.6 with: input: ${{ steps.parsed.outputs.json }} filter: | diff --git a/gh-actions/github/merge-commit/action.yml b/gh-actions/github/merge-commit/action.yml index eb4fcd3e6..73b45699d 100644 --- a/gh-actions/github/merge-commit/action.yml +++ b/gh-actions/github/merge-commit/action.yml @@ -31,7 +31,7 @@ runs: shell: bash env: URL: https://api.github.com/repos/${{ inputs.repository }}/pulls/${{ inputs.pr }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.3 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.1.6 id: jq with: input: ${{ steps.fetch.outputs.response }} diff --git a/gh-actions/github/pr/action.yml b/gh-actions/github/pr/action.yml index fe48e4b38..917ce63cd 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.1.1 + uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.1.6 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 95cf22288..8358f39a3 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.1.1 + - uses: envoyproxy/toolshed/gh-actions/yaml/tojson@actions-v0.1.6 id: yaml with: yaml: ${{ inputs.with }}