Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1a10347

Browse files
Update actions/checkout action to v3.5.0 (#784)
1 parent43a9f44 commit1a10347

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

‎.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes:30
1919
steps:
2020
-name:Checkout current branch
21-
uses:actions/checkout@v3.4.0
21+
uses:actions/checkout@v3.5.0
2222
with:
2323
fetch-depth:0
2424
-name:Setup Java
@@ -42,7 +42,7 @@ jobs:
4242
scala:['2.12.17', '2.13.10', '3.2.2']
4343
steps:
4444
-name:Checkout current branch
45-
uses:actions/checkout@v3.4.0
45+
uses:actions/checkout@v3.5.0
4646
with:
4747
fetch-depth:0
4848
-name:Setup Java
@@ -69,7 +69,7 @@ jobs:
6969
scala:['2.12.17', '2.13.10', '3.2.2']
7070
steps:
7171
-name:Checkout current branch
72-
uses:actions/checkout@v3.4.0
72+
uses:actions/checkout@v3.5.0
7373
with:
7474
fetch-depth:0
7575
-name:Setup Java
@@ -92,7 +92,7 @@ jobs:
9292
timeout-minutes:30
9393
steps:
9494
-name:Checkout current branch
95-
uses:actions/checkout@v3.4.0
95+
uses:actions/checkout@v3.5.0
9696
-name:Setup Java
9797
uses:actions/setup-java@v3.11.0
9898
with:
@@ -109,7 +109,7 @@ jobs:
109109
timeout-minutes:30
110110
steps:
111111
-name:Checkout current branch
112-
uses:actions/checkout@v3.4.0
112+
uses:actions/checkout@v3.5.0
113113
with:
114114
fetch-depth:0
115115
-name:Setup Java
@@ -135,7 +135,7 @@ jobs:
135135
if:github.event_name != 'pull_request'
136136
steps:
137137
-name:Checkout current branch
138-
uses:actions/checkout@v3.4.0
138+
uses:actions/checkout@v3.5.0
139139
with:
140140
fetch-depth:0
141141
-name:Setup Java

‎.github/workflows/site.yml

Lines changed: 3 additions & 3 deletions
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.0
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.0
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.0
6969
with:
7070
ref:${{ github.head_ref }}
7171
fetch-depth:'0'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp