Skip to content

Commit 6723910

Browse files
Update all non-major dependencies (#552)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91add13 commit 6723910

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/coverage-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020

2121
- name: Download Artifacts
22-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
22+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
2323
with:
2424
github-token: ${{ secrets.GITHUB_TOKEN }}
2525
run-id: ${{ github.event.workflow_run.id }}
2626
name: coverage-${{ github.event.workflow_run.id }}
2727
path: coverage
2828

2929
- name: Download main Artifacts
30-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
30+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
3131
with:
3232
github-token: ${{ secrets.GITHUB_TOKEN }}
3333
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
continue-on-error: true
3535

3636
- name: Upload Coverage
37-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
37+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
3838
with:
3939
name: coverage-${{ github.run_id }}
4040
path: coverage
@@ -68,7 +68,7 @@ jobs:
6868
continue-on-error: true
6969

7070
- name: Upload Coverage
71-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
71+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
7272
with:
7373
name: coverage-main
7474
path: coverage

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"peerDependencies": {
9999
"prettier": "^3.0.0"
100100
},
101-
"packageManager": "pnpm@10.2.1",
101+
"packageManager": "pnpm@10.5.2",
102102
"engines": {
103103
"node": ">=18.0.0",
104104
"npm": ">=9.0.0"

0 commit comments

Comments
 (0)