Update actions/checkout to v2

This commit is contained in:
Jonathan Clem
2020-05-14 16:25:10 -04:00
parent bff9ed892e
commit 9455766452
4 changed files with 8 additions and 6 deletions

View File

@@ -10,14 +10,15 @@ jobs:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v2
- uses: actions/cache@v1
with:
path: ~/.npm
key: ${{runner.os}}-npm-${{hashFiles('**/package-lock.json')}}
restore-keys: ${{runner.os}}-npm-
- run: npm ci
- run: |-
- name: Install licensed
run: |-
cd /tmp
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.3.2/licensed-2.3.2-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz

View File

@@ -22,7 +22,7 @@ jobs:
- otp-version: 22.0
elixir-version: master
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/checkout@v2
- name: Use actions/setup-elixir
uses: ./
with: