-
Notifications
You must be signed in to change notification settings - Fork 85
Bump the patch group across 1 directory with 3 updates #7915
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
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Bumps the patch group with 3 updates in the / directory: [google-github-actions/auth](https://github.com/google-github-actions/auth), [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) and [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage). Updates `google-github-actions/auth` from 2.1.10 to 2.1.11 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v2.1.10...v2.1.11) Updates `google-github-actions/setup-gcloud` from 2.1.4 to 2.1.5 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](google-github-actions/setup-gcloud@v2.1.4...v2.1.5) Updates `google-github-actions/upload-cloud-storage` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/google-github-actions/upload-cloud-storage/releases) - [Changelog](https://github.com/google-github-actions/upload-cloud-storage/blob/main/CHANGELOG.md) - [Commits](google-github-actions/upload-cloud-storage@v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-version: 2.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: google-github-actions/setup-gcloud dependency-version: 2.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: google-github-actions/upload-cloud-storage dependency-version: 2.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
5c1b484
to
01776dd
Compare
@@ -362,19 +362,19 @@ jobs: | |||
|
|||
- name: Authenticate to Google Cloud | |||
if: ${{ env.IS_STAGING == 'true' }} | |||
uses: 'google-github-actions/[email protected].10' | |||
uses: 'google-github-actions/[email protected].12' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a version discrepancy in this PR. The description indicates updating google-github-actions/auth
from v2.1.10 to v2.1.11, but the actual code changes show an update to v2.1.12.
Please either:
- Update the PR description to reflect the v2.1.12 target version, or
- Modify the code to use v2.1.11 as described in the PR
This ensures consistency between the description and implementation, which helps with future auditing and change tracking.
uses: 'google-github-actions/[email protected].12' | |
uses: 'google-github-actions/[email protected].11' |
Spotted by Diamond
Is this helpful? React 👍 or 👎 to let us know.
Bumps the patch group with 3 updates in the / directory: google-github-actions/auth, google-github-actions/setup-gcloud and google-github-actions/upload-cloud-storage.
Updates
google-github-actions/auth
from 2.1.10 to 2.1.11Release notes
Sourced from google-github-actions/auth's releases.
Commits
140bb51
Release: v2.1.11 (#501)ab3132e
Update deps (#500)25b96ba
Add linters (#499)0920706
Update troubleshooting docs for Python (#488)Updates
google-github-actions/setup-gcloud
from 2.1.4 to 2.1.5Release notes
Sourced from google-github-actions/setup-gcloud's releases.
Commits
6a7c903
Release: v2.1.5 (#717)e838bc6
Update deps (#716)98d8f78
Update linters (#715)a8b5801
security: bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group (#711)Updates
google-github-actions/upload-cloud-storage
from 2.2.2 to 2.2.3Release notes
Sourced from google-github-actions/upload-cloud-storage's releases.
Commits
7c73f5d
Release: v2.2.3 (#392)d6e0687
Update deps (#391)c4f360c
Update linters (#390)b497d55
security: bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group (#387)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