Skip to content

Commit

Permalink
Update actions/checkout action to v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 21, 2022
1 parent 076db69 commit abad108
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout current branch
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand All @@ -34,7 +34,7 @@ jobs:
scala: ['2.11.12', '2.12.15', '2.13.7', '3.1.0']
steps:
- name: Checkout current branch
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand All @@ -52,7 +52,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout current branch
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand Down

0 comments on commit abad108

Please sign in to comment.