Skip to content

Commit 28f8138

Browse files
chore(deps): bump the patch-deps-updates group across 1 directory with 2 updates
Bumps the patch-deps-updates group with 2 updates in the / directory: [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) and [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action). Updates `marocchino/sticky-pull-request-comment` from 2.9.3 to 2.9.4 - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@d2ad0de...7737449) Updates `lewagon/wait-on-check-action` from 1.4.0 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@0dceb95...3603e82) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: 2.9.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-deps-updates - dependency-name: lewagon/wait-on-check-action dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-deps-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent af3f713 commit 28f8138

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-license.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
fi
4646
shell: bash
4747

48-
- uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
48+
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
4949
if: ${{ steps.check.outputs.result > 0 }}
5050
with:
5151
header: license-error
@@ -70,7 +70,7 @@ jobs:
7070
if: ${{ steps.check.outputs.result > 0 }}
7171
run: exit 1
7272

73-
- uses: marocchino/sticky-pull-request-comment@d2ad0de260ae8b0235ce059e63f2949ba9e05943 # v2.9.3
73+
- uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
7474
if: ${{ steps.check.outputs.result == 0 }}
7575
with:
7676
header: license-error

.github/workflows/update.yml

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

0 commit comments

Comments
 (0)