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

Bump the github-actions group with 3 updates #5

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 25, 2024

Bumps the github-actions group with 3 updates: actions/checkout, bewuethr/yamllint-action and engineerd/configurator.

Updates actions/checkout from 2 to 4

Release notes

Sourced from actions/checkout's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

v3.5.3

What's Changed

New Contributors

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

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

v4.1.2

v4.1.1

v4.1.0

v4.0.0

v3.6.0

v3.5.3

... (truncated)

Commits

Updates bewuethr/yamllint-action from 1.1.1 to 1.3.0

Release notes

Sourced from bewuethr/yamllint-action's releases.

v1.3.0

What's Changed

New Contributors

Full Changelog: bewuethr/yamllint-action@v1.2.2...v1.3.0

v1.2.2

What's Changed

Full Changelog: bewuethr/yamllint-action@v1.2.1...v1.2.2

v1.2.1

What's Changed

Full Changelog: bewuethr/yamllint-action@v1.2.0...v1.2.1

v1.2.0

What's Changed

Full Changelog: bewuethr/yamllint-action@v1.1.2...v1.2.0

... (truncated)

Commits
  • edb5166 bump yamllint to 1.35.1
  • bd2568f Bump actions/checkout from 4.1.5 to 4.1.6 (#23)
  • b67a5e4 Bump actions/checkout from 4.1.4 to 4.1.5 (#22)
  • 978629f Bump actions/checkout from 4.1.3 to 4.1.4 (#21)
  • 469b7c5 Bump actions/checkout from 4.1.2 to 4.1.3 (#20)
  • 92e27a4 Bump actions/checkout from 4.1.1 to 4.1.2 (#19)
  • 7018809 Bump actions/checkout from 4.1.0 to 4.1.1 (#18)
  • 5ee0091 Bump actions/checkout from 4.0.0 to 4.1.0 (#17)
  • 0d10e1f Bump actions/checkout from 3.6.0 to 4.0.0 (#16)
  • a097015 Bump actions/checkout from 3.5.3 to 3.6.0 (#15)
  • Additional commits viewable in compare view

Updates engineerd/configurator from 0.0.6 to 0.0.10

Release notes

Sourced from engineerd/configurator's releases.

Release v0.0.10

  • Cut the release from the default main branch

Release v0.0.9

  • use node.js 16 #41
  • fix issue with mv #44

v0.0.8

This release adds support for .tgz and .tar.xz archives.

Pull artifacts in unique temp directory and automatic cleanup for self-hosted runners

This release adds support for running this action in self-hosted runners by creating a new unique temporary directory for each run, then cleaning it up.

Thanks a lot to @​thomastaylor312 for his contribution!

Commits
  • dc6b312 Merge pull request #47 from rajatjindal/new-releases
  • 63f3321 use dist/index.js for running
  • 3e2caac prepare for v0.0.10
  • 32e630b update types/node
  • 78b23be use ncc for building
  • 0d52a03 Merge pull request #45 from rajatjindal/prepare-v0.0.9
  • fcf28a3 prepare for v0.0.9 release
  • 1a8f425 Merge pull request #44 from rajatjindal/fix-mv
  • bb81d54 Merge pull request #41 from rajatjindal/update-node-js
  • acb450e use fs-extra.moveSync
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [bewuethr/yamllint-action](https://github.com/bewuethr/yamllint-action) and [engineerd/configurator](https://github.com/engineerd/configurator).


Updates `actions/checkout` from 2 to 4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

Updates `bewuethr/yamllint-action` from 1.1.1 to 1.3.0
- [Release notes](https://github.com/bewuethr/yamllint-action/releases)
- [Commits](bewuethr/yamllint-action@v1.1.1...v1.3.0)

Updates `engineerd/configurator` from 0.0.6 to 0.0.10
- [Release notes](https://github.com/engineerd/configurator/releases)
- [Commits](engineerd/configurator@v0.0.6...v0.0.10)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: bewuethr/yamllint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: engineerd/configurator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team June 25, 2024 10:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 25, 2024
@vroldanbet vroldanbet merged commit cce73f8 into main Jun 25, 2024
3 checks passed
@vroldanbet vroldanbet deleted the dependabot/github_actions/github-actions-2663a51798 branch June 25, 2024 10:18
@github-actions github-actions bot locked and limited conversation to collaborators Jun 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant