Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Bump actions/checkout from 2 to 3 #370

Merged
merged 1 commit into from
Mar 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
env:
JAVA_OPTS: -Xmx4G
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: coursier/[email protected]
- uses: coursier/[email protected]
with:
Expand All @@ -40,7 +40,7 @@ jobs:
env:
JAVA_OPTS: -Xmx4G
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: coursier/[email protected]
Expand Down