diff --git a/.github/workflows/_cache_docker.yml b/.github/workflows/_cache_docker.yml index c141c578bedd..2c0b553310b3 100644 --- a/.github/workflows/_cache_docker.yml +++ b/.github/workflows/_cache_docker.yml @@ -37,7 +37,7 @@ jobs: docker: runs-on: ubuntu-22.04 steps: - - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.0.16 + - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.1.28 name: Prime Docker cache (${{ inputs.image_repo }}:${{ inputs.image_tag }}@sha256:${{ inputs.image_sha }}) with: image_tag: "${{ inputs.image_repo }}:${{ inputs.image_tag }}@sha256:${{ inputs.image_sha }}" diff --git a/.github/workflows/_ci.yml b/.github/workflows/_ci.yml index cf1af8523da5..a7b7bff74185 100644 --- a/.github/workflows/_ci.yml +++ b/.github/workflows/_ci.yml @@ -92,7 +92,7 @@ jobs: steps: - if: ${{ inputs.cache_build_image }} name: Restore Docker cache (${{ inputs.cache_build_image }}) - uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.0.16 + uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.1.28 with: image_tag: ${{ inputs.cache_build_image }} @@ -123,7 +123,7 @@ jobs: - if: ${{ inputs.run_pre }} name: Run pre action ${{ inputs.run_pre && format('({0})', inputs.run_pre) || '' }} - uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.16 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.1.28 with: uses: ${{ inputs.run_pre }} with: ${{ inputs.run_pre_with }} @@ -147,7 +147,7 @@ jobs: - if: ${{ inputs.run_post }} name: Run post action ${{ inputs.run_pre && format('({0})', inputs.run_post) || '' }} - uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.16 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.1.28 with: uses: ${{ inputs.run_post }} with: ${{ inputs.run_post_with }} diff --git a/.github/workflows/_workflow-start.yml b/.github/workflows/_workflow-start.yml index 6efed49fff73..fca7d5e6c4a3 100644 --- a/.github/workflows/_workflow-start.yml +++ b/.github/workflows/_workflow-start.yml @@ -29,7 +29,7 @@ jobs: - if: ${{ steps.env.outputs.trusted != 'true' }} name: Start status check - uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.16 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.1.28 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: ${{ inputs.workflow_name }} diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 795b1ccafebd..564a8719afa8 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -24,7 +24,7 @@ jobs: actions: write checks: read steps: - - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.16 + - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.1.28 with: token: ${{ secrets.GITHUB_TOKEN }} azp_org: cncf diff --git a/.github/workflows/envoy-sync.yml b/.github/workflows/envoy-sync.yml index 86b656dfef6f..d920c39d8b94 100644 --- a/.github/workflows/envoy-sync.yml +++ b/.github/workflows/envoy-sync.yml @@ -27,7 +27,7 @@ jobs: - envoy-filter-example - data-plane-api steps: - - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.16 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.1.28 with: repository: "envoyproxy/${{ matrix.downstream }}" ref: main diff --git a/.github/workflows/workflow-complete.yml b/.github/workflows/workflow-complete.yml index 2dea9c187a08..5733da0ad2a3 100644 --- a/.github/workflows/workflow-complete.yml +++ b/.github/workflows/workflow-complete.yml @@ -53,7 +53,7 @@ jobs: echo "state=${STATE}" >> "$GITHUB_OUTPUT" id: job - name: Complete status check - uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.16 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.1.28 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: Verify/examples