diff --git a/gitlab-runner-17.8.yaml b/gitlab-runner-17.8.yaml index 0b6e1e975a2..f100939bdbc 100644 --- a/gitlab-runner-17.8.yaml +++ b/gitlab-runner-17.8.yaml @@ -14,7 +14,7 @@ package: name: gitlab-runner-17.8 # ---Additional updates required--- Review 'vars' section (above), when reviewing version bumps. version: 17.8.3 - 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 @@ -29,6 +29,11 @@ pipeline: tag: v${{package.version}} expected-commit: 690ce25c4e607e5f993cf439439ad6acc77952ba + - uses: go/bump + with: + deps: |- + github.com/go-jose/go-jose/v3@v3.0.4 + - name: Verify base-images-tag matches the expected upstream value runs: | # Ensure the expected tag used of the base images align with upstream.