Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Upgrading actions/checkout from v1 to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Dec 14, 2019
1 parent 676cf09 commit 697d6be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: "Update repositories"
run: sudo apt update
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: "Install Node.js 12"
uses: actions/setup-node@v1
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: "Install Node.js 12"
uses: actions/setup-node@v1
Expand All @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-18.04

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
with:
fetch-depth: 1
- uses: gaurav-nelson/github-action-markdown-link-check@0.4.0

0 comments on commit 697d6be

Please sign in to comment.