Skip to content

Commit

Permalink
Update actions/checkout action (#215)
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 Mar 22, 2022
1 parent c9feb9f commit dde5660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
steps:
- name: Checkout current branch
uses: actions/checkout@v2.3.4
uses: actions/checkout@v3.0.0
with:
fetch-depth: 0
- name: Setup Scala and Java
Expand All @@ -35,7 +35,7 @@ jobs:
java: ['adopt@1.8', 'adopt@1.11']
scala: ['2.12.15', '2.13.6']
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.0
- uses: olafurpg/setup-scala@v13
with:
java-version: ${{ matrix.java }}
Expand All @@ -50,7 +50,7 @@ jobs:
needs: [build,lint]
if: github.event_name != 'pull_request'
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.0.0
with:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: olafurpg/setup-scala@v13
- uses: olafurpg/setup-gpg@v3
- run: sbt docs/docusaurusPublishGhpages
Expand Down

0 comments on commit dde5660

Please sign in to comment.