Merge pull request #1543 from gaby/github-actions

Upgrade to actions/checkout@v3
This commit is contained in:
Louis Lam
2022-04-24 01:22:56 +08:00
committed by GitHub

View File

@@ -21,7 +21,7 @@ jobs:
steps:
- run: git config --global core.autocrlf false # Mainly for Windows
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2