diff --git a/gitlab-runner.yaml b/gitlab-runner.yaml index 7c30ee220c7..dc387f5a6f3 100644 --- a/gitlab-runner.yaml +++ b/gitlab-runner.yaml @@ -5,7 +5,7 @@ package: name: gitlab-runner version: 16.8.0 - epoch: 3 + epoch: 4 description: GitLab Runner is the open source project that is used to run your CI/CD jobs and send the results back to GitLab copyright: - license: MIT @@ -25,7 +25,7 @@ pipeline: - uses: go/bump with: - deps: golang.org/x/crypto@v0.17.0 google.golang.org/protobuf@v1.33.0 + deps: golang.org/x/crypto@v0.17.0 google.golang.org/protobuf@v1.33.0 golang.org/x/net@v0.23.0 github.com/docker/docker@v24.0.9 - uses: go/build with: