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

Commit19cc3bc

Browse files
Update GitHub actions setup-uv and checkout (#703)
1 parent2638b86 commit19cc3bc

File tree

3 files changed

+23
-23
lines changed

3 files changed

+23
-23
lines changed

‎.github/workflows/ci.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
runs-on:ubuntu-latest
5757

5858
steps:
59-
-uses:actions/checkout@v5
59+
-uses:actions/checkout@v6
6060
with:
6161
persist-credentials:false
6262

‎.github/workflows/publish.yml‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on:ubuntu-latest
2424

2525
steps:
26-
-uses:actions/checkout@v5
26+
-uses:actions/checkout@v6
2727
with:
2828
persist-credentials:false
2929
-name:Set up Python
@@ -55,7 +55,7 @@ jobs:
5555
runs-on:ubuntu-latest
5656

5757
steps:
58-
-uses:actions/checkout@v5
58+
-uses:actions/checkout@v6
5959
with:
6060
persist-credentials:false
6161
-name:Set up Python
@@ -84,7 +84,7 @@ jobs:
8484
runs-on:ubuntu-latest
8585

8686
steps:
87-
-uses:actions/checkout@v5
87+
-uses:actions/checkout@v6
8888
with:
8989
persist-credentials:false
9090
-name:Set up Python
@@ -112,7 +112,7 @@ jobs:
112112
runs-on:ubuntu-latest
113113

114114
steps:
115-
-uses:actions/checkout@v5
115+
-uses:actions/checkout@v6
116116
with:
117117
persist-credentials:false
118118
-name:Set up Python

‎.github/workflows/third_party.yml‎

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@ jobs:
5252
timeout-minutes:60
5353
steps:
5454
-name:Install the latest version of uv
55-
uses:astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41# v7.1.2
55+
uses:astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244# v7.1.4
5656
with:
5757
python-version:${{ matrix.python-version }}
5858
-name:Checkout pydantic
5959
run:git clone --depth=1 https://github.com/pydantic/pydantic.git || git clone --depth=1 https://github.com/pydantic/pydantic.git
6060
-name:Checkout typing_extensions
61-
uses:actions/checkout@v5
61+
uses:actions/checkout@v6
6262
with:
6363
path:typing-extensions-latest
6464
persist-credentials:false
@@ -85,13 +85,13 @@ jobs:
8585
timeout-minutes:60
8686
steps:
8787
-name:Install the latest version of uv
88-
uses:astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41# v7.1.2
88+
uses:astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244# v7.1.4
8989
with:
9090
python-version:${{ matrix.python-version }}
9191
-name:Checkout typing_inspect
9292
run:git clone --depth=1 https://github.com/ilevkivskyi/typing_inspect.git || git clone --depth=1 https://github.com/ilevkivskyi/typing_inspect.git
9393
-name:Checkout typing_extensions
94-
uses:actions/checkout@v5
94+
uses:actions/checkout@v6
9595
with:
9696
path:typing-extensions-latest
9797
persist-credentials:false
@@ -120,13 +120,13 @@ jobs:
120120
timeout-minutes:60
121121
steps:
122122
-name:Install the latest version of uv
123-
uses:astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41# v7.1.2
123+
uses:astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244# v7.1.4
124124
with:
125125
python-version:${{ matrix.python-version }}
126126
-name:Check out pycroscope
127127
run:git clone --depth=1 https://github.com/JelleZijlstra/pycroscope.git || git clone --depth=1 https://github.com/JelleZijlstra/pycroscope.git
128128
-name:Checkout typing_extensions
129-
uses:actions/checkout@v5
129+
uses:actions/checkout@v6
130130
with:
131131
path:typing-extensions-latest
132132
persist-credentials:false
@@ -155,13 +155,13 @@ jobs:
155155
timeout-minutes:60
156156
steps:
157157
-name:Install the latest version of uv
158-
uses:astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41# v7.1.2
158+
uses:astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244# v7.1.4
159159
with:
160160
python-version:${{ matrix.python-version }}
161161
-name:Check out typeguard
162162
run:git clone --depth=1 https://github.com/agronholm/typeguard.git || git clone --depth=1 https://github.com/agronholm/typeguard.git
163163
-name:Checkout typing_extensions
164-
uses:actions/checkout@v5
164+
uses:actions/checkout@v6
165165
with:
166166
path:typing-extensions-latest
167167
persist-credentials:false
@@ -193,13 +193,13 @@ jobs:
193193
timeout-minutes:60
194194
steps:
195195
-name:Install the latest version of uv
196-
uses:astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41# v7.1.2
196+
uses:astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244# v7.1.4
197197
with:
198198
python-version:${{ matrix.python-version }}
199199
-name:Check out typed-argument-parser
200200
run:git clone --depth=1 https://github.com/swansonk14/typed-argument-parser.git || git clone --depth=1 https://github.com/swansonk14/typed-argument-parser.git
201201
-name:Checkout typing_extensions
202-
uses:actions/checkout@v5
202+
uses:actions/checkout@v6
203203
with:
204204
path:typing-extensions-latest
205205
persist-credentials:false
@@ -236,13 +236,13 @@ jobs:
236236
timeout-minutes:60
237237
steps:
238238
-name:Install the latest version of uv
239-
uses:astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41# v7.1.2
239+
uses:astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244# v7.1.4
240240
with:
241241
python-version:${{ matrix.python-version }}
242242
-name:Checkout mypy for stubtest and mypyc tests
243243
run:git clone --depth=1 https://github.com/python/mypy.git || git clone --depth=1 https://github.com/python/mypy.git
244244
-name:Checkout typing_extensions
245-
uses:actions/checkout@v5
245+
uses:actions/checkout@v6
246246
with:
247247
path:typing-extensions-latest
248248
persist-credentials:false
@@ -272,13 +272,13 @@ jobs:
272272
timeout-minutes:60
273273
steps:
274274
-name:Install the latest version of uv
275-
uses:astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41# v7.1.2
275+
uses:astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244# v7.1.4
276276
with:
277277
python-version:${{ matrix.python-version }}
278278
-name:Checkout cattrs
279279
run:git clone --depth=1 https://github.com/python-attrs/cattrs.git || git clone --depth=1 https://github.com/python-attrs/cattrs.git
280280
-name:Checkout typing_extensions
281-
uses:actions/checkout@v5
281+
uses:actions/checkout@v6
282282
with:
283283
path:typing-extensions-latest
284284
persist-credentials:false
@@ -310,13 +310,13 @@ jobs:
310310
timeout-minutes:60
311311
steps:
312312
-name:Install the latest version of uv
313-
uses:astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41# v7.1.2
313+
uses:astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244# v7.1.4
314314
with:
315315
python-version:${{ matrix.python-version }}
316316
-name:Checkout sqlalchemy
317317
run:git clone -b ${{ matrix.checkout-ref }} --depth=1 https://github.com/sqlalchemy/sqlalchemy.git || git clone -b ${{ matrix.checkout-ref }} --depth=1 https://github.com/sqlalchemy/sqlalchemy.git
318318
-name:Checkout typing_extensions
319-
uses:actions/checkout@v5
319+
uses:actions/checkout@v6
320320
with:
321321
path:typing-extensions-latest
322322
persist-credentials:false
@@ -342,13 +342,13 @@ jobs:
342342
python-version:[ "3.10", "3.11", "3.12", "3.13" ]
343343
steps:
344344
-name:Install the latest version of uv
345-
uses:astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41# v7.1.2
345+
uses:astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244# v7.1.4
346346
with:
347347
python-version:${{ matrix.python-version }}
348348
-name:Checkout litestar
349349
run:git clone --depth=1 https://github.com/litestar-org/litestar.git || git clone --depth=1 https://github.com/litestar-org/litestar.git
350350
-name:Checkout typing_extensions
351-
uses:actions/checkout@v5
351+
uses:actions/checkout@v6
352352
with:
353353
path:typing-extensions-latest
354354
persist-credentials:false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp