Skip to content

Commit

Permalink
Update actions/checkout action to v2.4.0 (#103)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Nov 23, 2021
1 parent cfc62cd commit 6345b75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java: ['adopt@1.8', 'adopt@1.11']
scala: ['2.12.14', '2.13.6']
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
- uses: olafurpg/setup-scala@v13
with:
java-version: ${{ matrix.java }}
Expand All @@ -33,7 +33,7 @@ jobs:
needs: [build]
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
Expand Down

0 comments on commit 6345b75

Please sign in to comment.