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

Commit 7e49ea7

Browse files
committed
Update actions/checkout action to v3.0.2
1 parent ef13c84 commit 7e49ea7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
steps:
1717
- name: Checkout current branch
18-
uses: actions/[email protected].1
18+
uses: actions/[email protected].2
1919
with:
2020
fetch-depth: 0
2121
- name: Setup Scala and Java
@@ -34,7 +34,7 @@ jobs:
3434
scala: ['2.11.12', '2.12.15', '2.13.7', '3.1.0']
3535
steps:
3636
- name: Checkout current branch
37-
uses: actions/[email protected].1
37+
uses: actions/[email protected].2
3838
with:
3939
fetch-depth: 0
4040
- name: Setup Scala and Java
@@ -52,7 +52,7 @@ jobs:
5252
if: github.event_name != 'pull_request'
5353
steps:
5454
- name: Checkout current branch
55-
uses: actions/[email protected].1
55+
uses: actions/[email protected].2
5656
with:
5757
fetch-depth: 0
5858
- name: Setup Scala and Java

0 commit comments

Comments
 (0)