Skip to content

Commit a9b855f

Browse files
build(deps): bump the minor-deps-updates group with 2 updates (#1971)
Bumps the minor-deps-updates group with 2 updates: [octokit/request-action](https://github.com/octokit/request-action) and [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action). Updates `octokit/request-action` from 2.0.0 to 2.4.0 - [Release notes](https://github.com/octokit/request-action/releases) - [Commits](octokit/request-action@v2.0.0...v2.4.0) Updates `lewagon/wait-on-check-action` from 1.3.3 to 1.4.1 - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md) - [Commits](lewagon/wait-on-check-action@v1.3.3...v1.4.1) --- updated-dependencies: - dependency-name: octokit/request-action dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-deps-updates - dependency-name: lewagon/wait-on-check-action dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-deps-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e187045 commit a9b855f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/expense.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
authorize:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: octokit/request-action@v2.1.9
42+
- uses: octokit/request-action@v2.4.0
4343
with:
4444
route: GET /orgs/:organisation/teams/:team/memberships/${{ github.actor }}
4545
team: technical-steering-committee

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
authorize:
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: octokit/request-action@v2.0.0
36+
- uses: octokit/request-action@v2.4.0
3737
with:
3838
route: GET /orgs/:organisation/teams/:team/memberships/${{ github.actor }}
3939
team: technical-steering-committee

.github/workflows/update.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
# Don't merge updates to GitHub Actions versions automatically.
2828
# (Some repos may wish to limit by version range (major/minor/patch), or scope (dep vs dev-dep), too.)
2929
if: contains(steps.metadata.outputs.package-ecosystem, 'npm')
30-
uses: lewagon/wait-on-check-action@v1.3.3
30+
uses: lewagon/wait-on-check-action@v1.4.1
3131
with:
3232
ref: ${{ github.event.pull_request.head.sha }}
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)