Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2 to 2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and malept committed May 17, 2021
1 parent cc4d296 commit e4501d4
Showing 1 changed file with 3 additions and 3 deletions.
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/[email protected]
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

0 comments on commit e4501d4

Please sign in to comment.