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

Commit 22a0201

Browse files
chore(deps): update actions/checkout action to v3.3.0
1 parent e950d6b commit 22a0201

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
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.3.0
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.3.0
4040
with:
4141
fetch-depth: 0
4242
- name: Setup Scala and Java
@@ -53,7 +53,7 @@ jobs:
5353
timeout-minutes: 60
5454
steps:
5555
- name: Checkout current branch
56-
uses: actions/checkout@v3.1.0
56+
uses: actions/checkout@v3.3.0
5757
- name: Setup Scala and Java
5858
uses: olafurpg/setup-scala@v13
5959
- name: Cache scala dependencies
@@ -67,7 +67,7 @@ jobs:
6767
if: github.event_name != 'pull_request'
6868
steps:
6969
- name: Checkout current branch
70-
uses: actions/checkout@v3.0.1
70+
uses: actions/checkout@v3.3.0
7171
with:
7272
fetch-depth: 0
7373
- name: Setup Scala and Java

0 commit comments

Comments
 (0)