Skip to content

Commit 6791292

Browse files
authored
Update test.yml
upgrading actions from v2 to v3 (v2 is deprecated node version 12)
1 parent 958f12a commit 6791292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v3
2121

2222
- name: Get machine info
2323
run: |

0 commit comments

Comments
 (0)