Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit db814f5

Browse files
authoredSep 13, 2022
Update actions/checkout action to v3.0.2
1 parent f975f45 commit db814f5

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
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
steps:
1919
- name: Checkout current branch
20-
uses: actions/checkout@v3.0.1
20+
uses: actions/checkout@v3.0.2
2121
with:
2222
fetch-depth: 0
2323
- name: Setup Scala and Java
@@ -36,7 +36,7 @@ jobs:
3636
scala: ['2.11.12', '2.12.15', '2.13.8', '3.1.0']
3737
steps:
3838
- name: Checkout current branch
39-
uses: actions/checkout@v3.0.1
39+
uses: actions/checkout@v3.0.2
4040
with:
4141
fetch-depth: 0
4242
- name: Setup Scala and Java
@@ -54,7 +54,7 @@ jobs:
5454
if: github.event_name != 'pull_request'
5555
steps:
5656
- name: Checkout current branch
57-
uses: actions/checkout@v3.0.1
57+
uses: actions/checkout@v3.0.2
5858
with:
5959
fetch-depth: 0
6060
- name: Setup Scala and Java

0 commit comments

Comments
 (0)
This repository has been archived.