Skip to content

Commit cb192d6

Browse files
authored
Update setup-nightly-infra to latest version (#1741)
Fixes an issue that prevented the requested Pipelines release from being found when setting up the environment, causing all nightly builds since June 23rd to fail.
1 parent 5bbbcb7 commit cb192d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "latest_sha=${GITHUB_SHA}" >> "$GITHUB_OUTPUT"
6262
6363
- name: Setup Tekton Nightly Infra
64-
uses: tektoncd/plumbing/.github/actions/setup-nightly-infra@c4d1d3e6b8e8ac398636f75aef0faf50784a5ca7 # main
64+
uses: tektoncd/plumbing/.github/actions/setup-nightly-infra@48541a866223140c82bc5c7994ad89ffabb6ff1f # main
6565
with:
6666
kubernetes_version: ${{ env.KUBERNETES_VERSION }}
6767
image_registry_user: ${{ env.IMAGE_REGISTRY_USER }}

0 commit comments

Comments
 (0)