Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #191

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 8, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v3.1.0 -> v3.2.0
actions/setup-go action minor v3.4.0 -> v3.5.0
github/codeql-action action patch v2.1.35 -> v2.1.37

Release Notes

actions/checkout

v3.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v3.2.0

actions/setup-go

v3.5.0: Add support for stable and oldstable aliases

Compare Source

In scope of this release we introduce aliases for the go-version input. The stable alias instals the latest stable version of Go. The oldstable alias installs previous latest minor release (the stable is 1.19.x -> the oldstable is 1.18.x).

Stable
steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-go@v3
    with:
      go-version: 'stable'
  - run: go run hello.go
OldStable
steps:
  - uses: actions/checkout@v3
  - uses: actions/setup-go@v3
    with:
      go-version: 'oldstable'
  - run: go run hello.go
github/codeql-action

v2.1.37

Compare Source

v2.1.36

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 6477145 to ac69776 Compare December 12, 2022 22:18
@renovate renovate bot changed the title chore(deps): update github/codeql-action action to v2.1.36 chore(deps): update all non-major dependencies Dec 12, 2022
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 523a77f to 274c4bc Compare December 14, 2022 14:38
Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 274c4bc to b584450 Compare December 16, 2022 09:19
@linuxluigi linuxluigi enabled auto-merge (squash) December 16, 2022 09:19
@linuxluigi linuxluigi merged commit a791f60 into main Dec 16, 2022
@renovate renovate bot deleted the renovate/all-minor-patch branch December 16, 2022 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant