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 Jul 29, 2024
1 parent 7c7182a commit a39534d
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@c544a3d7e92276d24e03a5632a53aa3913ad5d8a # v2.2.0
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 a39534d

Please sign in to comment.