Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent f3c1277 commit bafcca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
go test -race -covermode=atomic -coverprofile=coverage.out ./...
- name: coverage
uses: codecov/codecov-action@c16abc29c95fcf9174b58eb7e1abf4c866893bc8 # v4
uses: codecov/codecov-action@7afa10ed9b269c561c2336fd862446844e0cbf71 # v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.out
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apk add --update --no-cache ca-certificates
## docker build --no-cache --target gcloud -t vela-kubernetes:gcloud . ##
#############################################################################

FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine@sha256:cffaa3ac348501d8dfbdbb362dbed64d8e0f82df84a709f41bdfa3bc95042838 as gcloud
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:alpine@sha256:f912afab172a372a3132bdda984f0f4a0dfd3873403e3c68c8efec2034408319 as gcloud

RUN gcloud components install gke-gcloud-auth-plugin

Expand Down

0 comments on commit bafcca9

Please sign in to comment.