Skip to content

Commit bcd53dd

Browse files
authored
CI: use latest actions versions (#420)
1 parent 4e3b400 commit bcd53dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v1
10+
uses: actions/checkout@v3
1111

1212
- name: Setup Node
13-
uses: actions/setup-node@v1
13+
uses: actions/setup-node@v3
1414
with:
1515
node-version: '14.x'
1616

0 commit comments

Comments
 (0)