Skip to content

Commit 9b4faa4

Browse files
chore(deps): Bump the gh-actions group across 1 directory with 2 updates
Bumps the gh-actions group with 2 updates in the / directory: [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) and [actions/download-artifact](https://github.com/actions/download-artifact). 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@v2.9.3...v2.9.4) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- 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: gh-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f594728 commit 9b4faa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-flake-checks-ci-matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ${{ fromJSON(inputs.runner) }}
3434
steps:
3535
- name: 'Post initial package status comment'
36-
uses: marocchino/[email protected].3
36+
uses: marocchino/[email protected].4
3737
with:
3838
recreate: true
3939
message: |
@@ -115,7 +115,7 @@ jobs:
115115
matrix: ${{ steps.matrix.outputs.matrix }}
116116
fullMatrix: ${{ steps.matrix.outputs.fullMatrix }}
117117
steps:
118-
- uses: actions/download-artifact@v4
118+
- uses: actions/download-artifact@v5
119119
- name: Merge matrices
120120
run: |
121121
# Check if jq is installed

0 commit comments

Comments
 (0)