Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 23, 2020
1 parent 7d32b92 commit 2503238
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# Using v1 (rather than v2) through-out this workflow due to issue:
# https://github.com/actions/checkout/issues/237
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: NPM Cache
uses: actions/cache@v2
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
build_import_export_tool:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Set up JDK 1.8
uses: actions/setup-java@v1
Expand Down Expand Up @@ -179,7 +179,7 @@ jobs:
with:
java-version: 1.8

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

- name: Download installer
uses: actions/download-artifact@v1
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
AUTOTEST_CONFIG: autotest/github-actions.conf

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

- name: Install OS dependencies
run: |
Expand Down

0 comments on commit 2503238

Please sign in to comment.