Skip to content

Commit 319dc3a

Browse files
⬆️ Bump the actions group with 2 updates (#958)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a7e07d commit 319dc3a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: typos
3333
uses: crate-ci/[email protected]
3434

35-
- uses: astral-sh/[email protected].1
35+
- uses: astral-sh/[email protected].2
3636
with:
3737
python-version: "3.13"
3838
activate-environment: true
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/[email protected]
5555

5656
- name: setup uv
57-
uses: astral-sh/[email protected].1
57+
uses: astral-sh/[email protected].2
5858
with:
5959
python-version: "3.13"
6060

@@ -88,7 +88,7 @@ jobs:
8888
# manually (re)install the desired version directly in the environment.
8989

9090
- name: setup uv
91-
uses: astral-sh/[email protected].1
91+
uses: astral-sh/[email protected].2
9292
with:
9393
activate-environment: true
9494
python-version: ${{ matrix.py }}
@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137
- uses: actions/[email protected]
138138

139-
- uses: astral-sh/[email protected].1
139+
- uses: astral-sh/[email protected].2
140140
with:
141141
activate-environment: true
142142
python-version: ${{ matrix.py }}

.github/workflows/mypy_primer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
path: new
2828
fetch-depth: 0
2929

30-
- uses: astral-sh/[email protected].1
30+
- uses: astral-sh/[email protected].2
3131

3232
- name: run mypy_primer
3333
shell: bash
@@ -68,13 +68,13 @@ jobs:
6868
echo ${{ github.event.number }} > pr-number
6969
7070
- name: upload mypy_primer.diff
71-
uses: actions/upload-artifact@v4.6.2
71+
uses: actions/upload-artifact@v5.0.0
7272
with:
7373
name: mypy_primer-diff
7474
path: mypy_primer.diff
7575

7676
- name: upload pr-number
77-
uses: actions/upload-artifact@v4.6.2
77+
uses: actions/upload-artifact@v5.0.0
7878
with:
7979
name: pr-number
8080
path: pr-number

.github/workflows/publish-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/[email protected]
2323

24-
- uses: astral-sh/[email protected].1
24+
- uses: astral-sh/[email protected].2
2525
with:
2626
python-version: "3.13"
2727

0 commit comments

Comments
 (0)