Skip to content

Commit 33d8ab8

Browse files
committed
chore: update github actions
1 parent 4027d3a commit 33d8ab8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424

25-
- uses: actions/setup-node@v2
25+
- uses: actions/setup-node@v3
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828

2929
- name: Cache ~/.pnpm-store
30-
uses: actions/cache@v2
30+
uses: actions/cache@v3
3131
env:
3232
cache-name: cache-pnpm-store
3333
with:
@@ -52,12 +52,12 @@ jobs:
5252
needs: ['test']
5353
if: "!contains(github.event.head_commit.message, 'skip-release') && !contains(github.event.head_commit.message, 'skip-ci') && github.event_name != 'pull_request'"
5454
steps:
55-
- uses: actions/checkout@v2
56-
- uses: actions/setup-node@v2
55+
- uses: actions/checkout@v3
56+
- uses: actions/setup-node@v3
5757
with:
5858
node-version: 18.x
5959
- name: Cache ~/.pnpm-store
60-
uses: actions/cache@v2
60+
uses: actions/cache@v3
6161
env:
6262
cache-name: cache-pnpm-store
6363
with:

0 commit comments

Comments
 (0)