Skip to content

Commit

Permalink
build: use actions/checkout@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Jan 21, 2020
1 parent 0eb1458 commit ee8ee0f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
dependabolt:
runs-on: ubuntu-latest
steps:
- id: checkout_action
uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: Run dependabolt
if: github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.ref, 'dependabot/')
uses: docker://malept/gha-dependabolt:2.1.1
Expand All @@ -31,7 +30,7 @@ jobs:
steps:
- name: Fix git checkout line endings
run: git config --global core.autocrlf input
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Windows specific setup
if: matrix.os == 'windows-latest'
run: |
Expand Down

0 comments on commit ee8ee0f

Please sign in to comment.