Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
dependabolt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Run dependabolt
if: github.event_name == 'pull_request' && startsWith(github.event.pull_request.head.ref, 'dependabot/')
uses: docker://ghcr.io/malept/dependabolt-action:2.1.3
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- name: Fix git checkout line endings
run: git config --global core.autocrlf input
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Use Node.js 10.x
uses: actions/setup-node@v2.1.2
with:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- name: Fix git checkout line endings
run: git config --global core.autocrlf input
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- name: Windows specific setup
if: matrix.os == 'windows-latest'
run: |
Expand Down