Skip to content

Commit dbed480

Browse files
Update changesets monorepo
1 parent 8239deb commit dbed480

File tree

4 files changed

+448
-738
lines changed

4 files changed

+448
-738
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88

99
steps:
1010
- name: Checkout repo
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212

1313
- name: Setup Node.js 18.x
14-
uses: actions/setup-node@v3.1.1
14+
uses: actions/setup-node@v4.0.3
1515
with:
1616
node-version: 18.x
1717

1818
- name: Use cached node_modules
19-
uses: actions/cache@v3.0.2
19+
uses: actions/cache@v4.0.2
2020
with:
2121
path: node_modules
2222
key: nodeModules-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
steps:
1313
# https://github.com/actions/checkout
1414
- name: Checkout repo
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Setup Node.js 18.x
20-
uses: actions/setup-node@v3.1.1
20+
uses: actions/setup-node@v4.0.3
2121
with:
2222
node-version: 18.x
2323
cache: npm

0 commit comments

Comments
 (0)