Skip to content

Commit d7b94c7

Browse files
committed
chore: use actions/checkout@v3
1 parent d7cc82a commit d7b94c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-18.04
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v1
19+
uses: actions/checkout@v3
2020
- name: Setup Node.js
2121
uses: actions/setup-node@v1
2222
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-18.04
1010
steps:
1111
- name: Checkout
12-
uses: actions/checkout@v1
12+
uses: actions/checkout@v3
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v1
1515
with:

0 commit comments

Comments
 (0)