Skip to content

Commit b278afc

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

File tree

4 files changed

+771
-615
lines changed

4 files changed

+771
-615
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)