Skip to content

Commit

Permalink
Update etc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 20, 2022
1 parent 13360ae commit 65047a5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.0.2
-
# https://github.com/actions/checkout/issues/6
name: Fix detached HEAD
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM alpine:3.15.0
FROM alpine:3.16.0

RUN apk add --no-cache ca-certificates

Expand Down
8 changes: 4 additions & 4 deletions go.mod
Expand Up @@ -15,10 +15,10 @@ require (
github.com/giantswarm/vaultcrt v0.2.0
github.com/giantswarm/vaultpki v0.2.0
github.com/giantswarm/vaultrole v0.2.0
github.com/hashicorp/vault/api v1.3.1
github.com/prometheus/client_golang v1.12.1
github.com/spf13/viper v1.10.1
github.com/stretchr/testify v1.7.0
github.com/hashicorp/vault/api v1.7.2
github.com/prometheus/client_golang v1.12.2
github.com/spf13/viper v1.12.0
github.com/stretchr/testify v1.7.4
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
Expand Down

0 comments on commit 65047a5

Please sign in to comment.