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

Commit 716e8fc

Browse files
chore(deps): update actions/checkout action to v3.5.3
1 parent 15f177f commit 716e8fc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.5.3
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.2.1']
3737
steps:
3838
- name: Checkout current branch
39-
uses: actions/checkout@v3.0.1
39+
uses: actions/checkout@v3.5.3
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.5.3
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.5.3
7171
with:
7272
fetch-depth: 0
7373
- name: Setup Scala and Java

.github/workflows/site.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ github.event_name == 'pull_request' }}
1919
steps:
2020
- name: Git Checkout
21-
uses: actions/checkout@v3.3.0
21+
uses: actions/checkout@v3.5.3
2222
with:
2323
fetch-depth: '0'
2424
- name: Setup Scala
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
4242
steps:
4343
- name: Git Checkout
44-
uses: actions/checkout@v3.3.0
44+
uses: actions/checkout@v3.5.3
4545
with:
4646
fetch-depth: '0'
4747
- name: Setup Scala
@@ -65,7 +65,7 @@ jobs:
6565
if: ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }}
6666
steps:
6767
- name: Git Checkout
68-
uses: actions/checkout@v3.3.0
68+
uses: actions/checkout@v3.5.3
6969
with:
7070
ref: ${{ github.head_ref }}
7171
fetch-depth: '0'

0 commit comments

Comments
 (0)