Skip to content

Commit

Permalink
fix Update github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
zon-renovate committed Aug 6, 2024
1 parent 7c7182a commit b337185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ runs:

- name: Write GKE Credentials to kubeconfig
if: inputs.gke_auth == 'true'
uses: google-github-actions/get-gke-credentials@v2.1.0
uses: google-github-actions/get-gke-credentials@6051de21ad50fbb1767bc93c11357a49082ad116 # v2.2.1
with:
cluster_name: ${{ steps.baseproject-config.outputs.cluster_name }}
project_id: ${{ steps.baseproject-config.outputs.cluster_project }}
Expand Down Expand Up @@ -226,7 +226,7 @@ runs:
echo "setup_buildx=$setup_buildx" >> $GITHUB_ENV
- name: Setup docker buildx container
if: env.setup_buildx == 'true'
uses: docker/setup-buildx-action@v3.1.0
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
with:
buildkitd-flags: --debug
config-inline: |
Expand Down

0 comments on commit b337185

Please sign in to comment.