1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-29 14:42:59 +02:00

update test workflows to checkout v3

This commit is contained in:
Thomas Boop 2022-03-01 12:52:53 -05:00
parent a12a3943b4
commit 8974594b4c
4 changed files with 7 additions and 7 deletions

View file

@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: npm ci
- run: npm run licensed-check