Skip to content

Commit 0ab37a0

Browse files
chore(deps): update all non-major dependencies
1 parent 1ba8c18 commit 0ab37a0

File tree

4 files changed

+598
-622
lines changed

4 files changed

+598
-622
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"@changesets/get-release-plan": "^4.0.15"
3+
"@changesets/get-release-plan": "^4.0.16"
44
}
55
}

.github/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Setup pnpm
77
uses: pnpm/action-setup@v4.4.0
88
- name: Setup Node
9-
uses: actions/setup-node@v6.3.0
9+
uses: actions/setup-node@v6.4.0
1010
with:
1111
node-version-file: .nvmrc
1212
package-manager-cache: false
@@ -15,7 +15,7 @@ runs:
1515
run: |
1616
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
1717
- name: Setup pnpm cache
18-
uses: actions/cache@v5.0.4
18+
uses: actions/cache@v5.0.5
1919
with:
2020
path: ${{ env.STORE_PATH }}
2121
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)