1
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-28 14:12:46 +02:00

Revert "update test workflows to checkout v3 (#709)"

This reverts commit 2d1c1198e7.
This commit is contained in:
Emnmer1 2022-03-21 10:19:31 -07:00 committed by GitHub
parent 2d1c1198e7
commit f5e16e0655
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@v3
- uses: actions/checkout@v2
- run: npm ci
- run: npm run licensed-check