Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit a0dcc84

Browse files
authored
deps: update actions/github-script action to v6 (#792)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/github-script](https://togithub.com/actions/github-script) | action | major | `v5` -> `v6` | --- ### Release Notes <details> <summary>actions/github-script</summary> ### [`v6`](https://togithub.com/actions/github-script/compare/v5...v6) [Compare Source](https://togithub.com/actions/github-script/compare/v5...v6) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-errorreporting).
1 parent 2375daf commit a0dcc84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ implementation 'com.google.cloud:google-cloud-errorreporting'
7878
If you are using Gradle without BOM, add this to your dependencies
7979

8080
```Groovy
81-
implementation 'com.google.cloud:google-cloud-errorreporting:0.122.12-beta'
81+
implementation 'com.google.cloud:google-cloud-errorreporting:0.122.13-beta'
8282
```
8383

8484
If you are using SBT, add this to your dependencies
8585

8686
```Scala
87-
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.122.12-beta"
87+
libraryDependencies += "com.google.cloud" % "google-cloud-errorreporting" % "0.122.13-beta"
8888
```
8989

9090
## Authentication

0 commit comments

Comments
 (0)