Merge pull request #13 from PrismLauncher/renovate/actions-checkout-3.x

This commit is contained in:
Sefa Eyeoglu 2022-11-29 15:42:46 +01:00 committed by GitHub
commit 1a9261a3ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,6 @@ jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- run: yarn install --frozen-lockfile - run: yarn install --frozen-lockfile
- run: yarn lint - run: yarn lint