Skip to content

Commit 7713cc1

Browse files
chore(deps): update all major dependencies
1 parent b74ba98 commit 7713cc1

File tree

5 files changed

+73
-125
lines changed

5 files changed

+73
-125
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: ⛙ Checkout branch ${{ github.ref }}
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: 🚧 Build
2323
uses: ./.github/actions/build
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: ⛙ Checkout branch ${{ github.ref }}
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: 🧱 Install
3434
uses: ./.github/actions/install
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- name: ⛙ Checkout branch ${{ github.ref }}
47-
uses: actions/checkout@v4
47+
uses: actions/checkout@v5
4848

4949
- name: 🧱 Install
5050
uses: ./.github/actions/install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: ⛙ Checkout branch ${{ github.ref }}
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
3333
with:
3434
ref: ${{ inputs.commit-hash || 'main' }}
3535
fetch-depth: 0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: ⛙ Checkout branch ${{ github.ref }}
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
ref: main
3737
fetch-depth: 0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"eslint": "^9.25.1",
6161
"extract-changelog-release": "^1.0.2",
6262
"husky": "^9.1.7",
63-
"lint-staged": "^15.5.1",
63+
"lint-staged": "^16.0.0",
6464
"prettier": "^3.5.3",
6565
"publint": "^0.3.12",
6666
"standard-version": "^9.5.0",

0 commit comments

Comments
 (0)