Skip to content

Commit 7aa160b

Browse files
Merge pull request #213 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 1ccab6f + c2a2b8a commit 7aa160b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Set running flag
1717
run: echo "RUNNING=1" >> $GITHUB_ENV
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
- uses: technote-space/get-git-comment-action@v1
2020
- uses: technote-space/get-diff-action@v6
2121
with:
@@ -28,7 +28,7 @@ jobs:
2828
run: echo "RUNNING=" >> $GITHUB_ENV
2929
if: "! env.GIT_DIFF"
3030

31-
- uses: actions/setup-node@v2
31+
- uses: actions/setup-node@v3
3232
with:
3333
node-version: 14
3434
cache: yarn
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
- name: Set running flag
5656
run: echo "RUNNING=1" >> $GITHUB_ENV
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v3
5858
- uses: technote-space/get-git-comment-action@v1
5959
- uses: technote-space/get-diff-action@v6
6060
with:
@@ -79,7 +79,7 @@ jobs:
7979
echo "RUNNING=" >> $GITHUB_ENV
8080
fi
8181
82-
- uses: actions/setup-node@v2
82+
- uses: actions/setup-node@v3
8383
with:
8484
node-version: ${{ matrix.node }}
8585
cache: yarn
@@ -119,7 +119,7 @@ jobs:
119119
fi
120120
env:
121121
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
122-
- uses: actions/checkout@v2
122+
- uses: actions/checkout@v3
123123
if: env.RUNNING
124124
- name: Check package version
125125
uses: technote-space/package-version-check-action@v1
@@ -141,14 +141,14 @@ jobs:
141141
if: env.RUNNING && matrix.target == 'gpr'
142142

143143
- name: Setup Node.js
144-
uses: actions/setup-node@v2
144+
uses: actions/setup-node@v3
145145
with:
146146
node-version: 14
147147
registry-url: https://registry.npmjs.org/
148148
cache: yarn
149149
if: env.RUNNING && matrix.target == 'npm'
150150
- name: Setup Node.js
151-
uses: actions/setup-node@v2
151+
uses: actions/setup-node@v3
152152
with:
153153
node-version: 14
154154
registry-url: https://npm.pkg.github.com

.github/workflows/pr-updated.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
IGNORE_WARNING: 'true'
6262
- name: Set running flag
6363
run: echo "RUNNING=1" >> $GITHUB_ENV
64-
- uses: actions/checkout@v2
64+
- uses: actions/checkout@v3
6565
with:
6666
ref: ${{ github.head_ref }}
6767
- name: Set running flag
@@ -107,7 +107,7 @@ jobs:
107107
env:
108108
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
109109

110-
- uses: actions/checkout@v2
110+
- uses: actions/checkout@v3
111111
with:
112112
ref: ${{ github.head_ref }}
113113
if: env.RUNNING

.github/workflows/update-dependencies.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set running flag
5151
run: echo "RUNNING2=1" >> $GITHUB_ENV
5252
if: env.RUNNING1 && steps.update_deps.outputs.result != 'succeeded' && github.event_name == 'pull_request' && github.event.action != 'closed' && startsWith(github.head_ref, 'release/')
53-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v3
5454
if: env.RUNNING2
5555
- name: Set running flag
5656
run: |

0 commit comments

Comments
 (0)