Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
Update etc modules
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 8a8064b commit d1f397a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- id: go-cache-paths
run: echo "::set-output name=go-mod::$(go env GOMODCACHE)"

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Go mod cache
uses: actions/cache@v3
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/giantswarm/microerror v0.4.0
github.com/giantswarm/to v0.4.0
github.com/google/go-cmp v0.5.9
github.com/google/go-github/v39 v39.2.0
github.com/google/go-github/v55 v55.0.0
github.com/stretchr/testify v1.8.3
golang.org/x/oauth2 v0.7.0
k8s.io/api v0.24.1
Expand Down Expand Up @@ -106,7 +106,7 @@ replace (
google.golang.org/grpc => google.golang.org/grpc v1.57.0

// Mitigate a vulnerability in yaml.v1 < 2.2.8 (CVE-2019-11254)
gopkg.in/yaml.v2 => gopkg.in/yaml.v2 v2.2.8
gopkg.in/yaml.v3 => gopkg.in/yaml.v2 v3.0.1

sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.0.4
)

0 comments on commit d1f397a

Please sign in to comment.