Skip to content

Commit 4858e5e

Browse files
chore(deps): bump @octokit/rest from 22.0.0 to 22.0.1 (#29)
* chore(deps): bump @octokit/rest in the github group Bumps the github group with 1 update: [@octokit/rest](https://github.com/octokit/rest.js). Updates `@octokit/rest` from 22.0.0 to 22.0.1 - [Release notes](https://github.com/octokit/rest.js/releases) - [Commits](octokit/rest.js@v22.0.0...v22.0.1) --- updated-dependencies: - dependency-name: "@octokit/rest" dependency-version: 22.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com> * 1.1.2 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Josh Johanning <joshjohanning@github.com>
1 parent 76bb864 commit 4858e5e

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

package-lock.json

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bulk-github-repo-settings-sync-action",
33
"description": "Update repository settings in bulk for multiple GitHub repositories",
4-
"version": "1.1.1",
4+
"version": "1.1.2",
55
"type": "module",
66
"author": {
77
"name": "Josh Johanning",
@@ -47,7 +47,7 @@
4747
"dependencies": {
4848
"@actions/core": "^1.10.1",
4949
"@actions/github": "^6.0.0",
50-
"@octokit/rest": "^22.0.0",
50+
"@octokit/rest": "^22.0.1",
5151
"js-yaml": "^4.1.0"
5252
},
5353
"devDependencies": {

0 commit comments

Comments
 (0)