update deprecated (#87)

pull/88/head
Webber Takken 2021-01-07 23:16:29 +01:00 committed by GitHub
parent 0c3e710069
commit a9d07b742d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v1.1.2 - uses: actions/setup-node@v2
with: with:
node-version: 12.x node-version: 12.x
- run: yarn - run: yarn
@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
lfs: true lfs: true
- uses: actions/cache@v1.1.0 - uses: actions/cache@v2
with: with:
path: ${{ matrix.projectPath }}/Library path: ${{ matrix.projectPath }}/Library
key: Library-${{ matrix.projectPath }} key: Library-${{ matrix.projectPath }}