update actions/checkout to v3

fixes ci warning

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
This commit is contained in:
BilligsterUser 2023-03-02 13:15:05 +01:00 committed by fiatjaf_
parent f9e3119ab4
commit 049f183d27
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18