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 #933

Merged
merged 2 commits into from
May 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the github-actions group with 3 updates: github/branch-deploy, GrantBirki/json-yaml-validate and GrantBirki/comment.

Updates github/branch-deploy from 9.1.1 to 9.1.3

Release notes

Sourced from github/branch-deploy's releases.

v9.1.3

What's Changed

A small bug fix

New Contributors

Full Changelog: github/branch-deploy@v9.1.2...v9.1.3

v9.1.2

What's Changed

This release updates internal node dependencies that are required for this Action to be packaged and developed

Full Changelog: github/branch-deploy@v9.1.1...v9.1.2

Commits
  • 17d9fd7 Merge pull request #257 from github/reggi/fix-unchecked-sticky
  • 86aef87 bundles
  • 0b2c35e Fixes unchecked sticky
  • f9e741b Merge pull request #254 from github/updates
  • 4d84470 update actions workflows
  • 3fbf47d update all node packages
  • a3979af Merge pull request #252 from github/dependabot/npm_and_yarn/npm-dependencies-...
  • 53d2ec3 Bump the npm-dependencies group with 1 update
  • c1504a7 add docs showing how users can save on Actions compute time
  • See full diff in compare view

Updates GrantBirki/json-yaml-validate from 2.6.1 to 2.7.1

Release notes

Sourced from GrantBirki/json-yaml-validate's releases.

v2.7.1

What's Changed

Full Changelog: GrantBirki/json-yaml-validate@v2.7.0...v2.7.1

v2.7.0

What's Changed

This release adds a new input option (ajv_custom_regexp_formats) which allows users to define custom ajv regex formats for validating JSON data through their schemas. Thanks to @​cfuerst for this excellent new feature! 🎉

Usage of this new feature is documented on the main README of this Action 📚

New Contributors

Full Changelog: GrantBirki/json-yaml-validate@v2.6.2...v2.7.0

v2.6.2

What's Changed

This release mostly just updates internal node dependencies used by this GitHub Action

Full Changelog: GrantBirki/json-yaml-validate@v2.6.1...v2.6.2

Commits
  • d7814b9 Merge pull request #64 from cfuerst/fix/support-custom-ajv-format/tests
  • 5dab15a bundle with npm run all
  • ae050de fix(ajv-custom-format): tighten implemenation and provide missing tests
  • 6aecea1 Merge pull request #63 from GrantBirki/docs-updates
  • 7a5a721 add Custom Regex Formats section to the documentation
  • 33e30cf Merge pull request #62 from GrantBirki/node-package-updates
  • b925592 updates all node dependencies used by this action
  • 9fe5266 Merge pull request #61 from cfuerst/feat/60/suport-custom-ajv-format
  • 1e8d0ce revert test
  • 61864e7 should fail acceptence test (testing)
  • Additional commits viewable in compare view

Updates GrantBirki/comment from 2.0.9 to 2.0.10

Release notes

Sourced from GrantBirki/comment's releases.

v2.0.10

What's Changed

Full Changelog: GrantBirki/comment@v2.0.9...v2.0.10

Commits

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: [github/branch-deploy](https://github.com/github/branch-deploy), [GrantBirki/json-yaml-validate](https://github.com/grantbirki/json-yaml-validate) and [GrantBirki/comment](https://github.com/grantbirki/comment).


Updates `github/branch-deploy` from 9.1.1 to 9.1.3
- [Release notes](https://github.com/github/branch-deploy/releases)
- [Commits](github/branch-deploy@v9.1.1...v9.1.3)

Updates `GrantBirki/json-yaml-validate` from 2.6.1 to 2.7.1
- [Release notes](https://github.com/grantbirki/json-yaml-validate/releases)
- [Commits](GrantBirki/json-yaml-validate@v2.6.1...v2.7.1)

Updates `GrantBirki/comment` from 2.0.9 to 2.0.10
- [Release notes](https://github.com/grantbirki/comment/releases)
- [Commits](GrantBirki/comment@v2.0.9...v2.0.10)

---
updated-dependencies:
- dependency-name: github/branch-deploy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: GrantBirki/json-yaml-validate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: GrantBirki/comment
  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 as a code owner May 1, 2024 00:09
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 1, 2024
Copy link
Contributor

github-actions bot commented May 1, 2024

👋 Thanks for opening a pull request!

If you are new, please check out the trimmed down summary of our deployment process below:

  1. 👀 Observe the CI jobs and tests to ensure they are passing

  2. ✔️ Obtain an approval/review on this pull request

  3. 🚀 Deploy your pull request to the development environment with .deploy to development

  4. 🚀 Deploy your pull request to the production environment with .deploy

    If anything goes wrong, rollback with .deploy main

  5. 🎉 Merge!

Note: If you have a larger change and want to block deployments, you can run .lock --reason <reason> to lock all other deployments (remove with .unlock)

You can view the branch deploy usage guide for additional information

@the-hideout-combine-prs the-hideout-combine-prs bot mentioned this pull request May 1, 2024
@Shebuka
Copy link
Contributor

Shebuka commented May 7, 2024

.deploy

Copy link
Contributor

github-actions bot commented May 7, 2024

Deployment Triggered 🚀

Shebuka, started a branch deployment to production

You can watch the progress here 🔗

Branch: dependabot/github_actions/github-actions-36aa680d95

Copy link
Contributor

github-actions bot commented May 7, 2024

Deployment Results ✅

Shebuka successfully deployed branch dependabot/github_actions/github-actions-36aa680d95 to production

Environment URL: tarkov.dev

@Shebuka Shebuka merged commit bc413ee into main May 7, 2024
2 checks passed
@Shebuka Shebuka deleted the dependabot/github_actions/github-actions-36aa680d95 branch May 7, 2024 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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