Skip to content

Commit da007bd

Browse files
Bump the actions group with 3 updates (#775)
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 6.0.2 to 7.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...9c091bb) Updates `astral-sh/setup-uv` from 8.1.0 to 8.2.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@0880764...fac544c) Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: astral-sh/setup-uv dependency-version: 8.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f29cd28 commit da007bd

3 files changed

Lines changed: 30 additions & 30 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
runs-on: ubuntu-latest
2727

2828
steps:
29-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
29+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
3030
with:
3131
persist-credentials: false
3232

3333
- name: Install the latest version of uv
34-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
34+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
3535
with:
3636
python-version: "3.14"
3737

@@ -77,12 +77,12 @@ jobs:
7777
id-token: write # for codecov upload
7878

7979
steps:
80-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
80+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
8181
with:
8282
persist-credentials: false
8383

8484
- name: Set up Python
85-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
85+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
8686
with:
8787
python-version: ${{ matrix.python-version }}
8888
allow-prereleases: true

.github/workflows/publish.yml

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

2525
steps:
26-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
2727
with:
2828
persist-credentials: false
2929
- name: Set up Python
30-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
30+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3131
with:
3232
python-version: "3.x"
3333
- name: Check package metadata
@@ -55,11 +55,11 @@ jobs:
5555
runs-on: ubuntu-latest
5656

5757
steps:
58-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
58+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
5959
with:
6060
persist-credentials: false
6161
- name: Set up Python
62-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
62+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
6363
with:
6464
python-version: "3.x"
6565
- name: Download all the dists
@@ -84,11 +84,11 @@ jobs:
8484
runs-on: ubuntu-latest
8585

8686
steps:
87-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
87+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
8888
with:
8989
persist-credentials: false
9090
- name: Set up Python
91-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
91+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
9292
with:
9393
python-version: "3.x"
9494
- name: Download all the dists
@@ -112,11 +112,11 @@ jobs:
112112
runs-on: ubuntu-latest
113113

114114
steps:
115-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
115+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
116116
with:
117117
persist-credentials: false
118118
- name: Set up Python
119-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
119+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
120120
with:
121121
python-version: "3.x"
122122
- name: Download all the dists

.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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
55+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
61+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
88+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
94+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
123+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
129+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
158+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
164+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
196+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
202+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
239+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
245+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
275+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
281+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
313+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
319+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
320320
with:
321321
path: typing-extensions-latest
322322
persist-credentials: false
@@ -342,13 +342,13 @@ jobs:
342342
python-version: [ "3.11", "3.12", "3.13" ]
343343
steps:
344344
- name: Install the latest version of uv
345-
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
345+
uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
351+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v6
352352
with:
353353
path: typing-extensions-latest
354354
persist-credentials: false

0 commit comments

Comments
 (0)