Skip to content

Commit

Permalink
Pin GH Action installing Kubernetes to newest tag
Browse files Browse the repository at this point in the history
Since we are moving away from GH Actions in scylla-operator repository
we must pin to latest tag that contains dependant actions.
  • Loading branch information
zimnx committed Dec 1, 2023
1 parent 7f7edf3 commit 382ba8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-e2e/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
mkdir "${ARTIFACTS_DIR}"
echo "ARTIFACTS_DIR=${ARTIFACTS_DIR}" | tee -a ${GITHUB_ENV}
- name: Setup Kubernetes
uses: scylladb/scylla-operator/.github/actions/setup-kubernetes@master
uses: scylladb/scylla-operator/.github/actions/setup-kubernetes@v1.12.0-alpha.1
with:
kubernetesVersion: 1.25.6
- name: Install podman
Expand Down

0 comments on commit 382ba8a

Please sign in to comment.