Skip to content

Commit fe04061

Browse files
committed
build(deps): bump actions
1 parent 230f650 commit fe04061

7 files changed

Lines changed: 17 additions & 14 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
- docs
2727

2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
with:
3131
fetch-depth: 0
3232

3333
- name: Install uv
34-
uses: astral-sh/setup-uv@v5
34+
uses: astral-sh/setup-uv@v6
3535
with:
3636
enable-cache: true
3737
cache-dependency-glob: "pyproject.toml"

changelog.d/+493d2bcd.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump actions/checkout from 4 to 5.

changelog.d/+a236a86e.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump astral-sh/setup-uv from 5 to 6.

changelog.d/+e177886b.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Bump actions/download-artifact from 4 to 5.

template/.github/workflows/release.yaml.jinja

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

2020
- name: Install uv
21-
uses: astral-sh/setup-uv@v5
21+
uses: astral-sh/setup-uv@v6
2222
with:
2323
enable-cache: true
2424
cache-dependency-glob: "pyproject.toml"
@@ -51,7 +51,7 @@ jobs:
5151

5252
steps:
5353
- name: Download Python package distributions
54-
uses: actions/download-artifact@v4
54+
uses: actions/download-artifact@v5
5555
with:
5656
name: python-package-distributions
5757
path: dist/
@@ -74,7 +74,7 @@ jobs:
7474

7575
steps:
7676
- name: Download Python package distributions
77-
uses: actions/download-artifact@v4
77+
uses: actions/download-artifact@v5
7878
with:
7979
name: python-package-distributions
8080
path: dist/

template/.github/workflows/{% if tasks == 'nox' %}ci.yaml{% endif %}.jinja

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
{%- endif %}
3131

3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
with:
3535
fetch-depth: 0
3636

3737
- name: Install uv
38-
uses: astral-sh/setup-uv@v5
38+
uses: astral-sh/setup-uv@v6
3939
with:
4040
enable-cache: true
4141
cache-dependency-glob: "pyproject.toml"
@@ -72,12 +72,12 @@ jobs:
7272
- "3.10"
7373

7474
steps:
75-
- uses: actions/checkout@v4
75+
- uses: actions/checkout@v5
7676
with:
7777
fetch-depth: 0
7878

7979
- name: Install uv
80-
uses: astral-sh/setup-uv@v5
80+
uses: astral-sh/setup-uv@v6
8181
with:
8282
enable-cache: true
8383
cache-dependency-glob: "pyproject.toml"

template/.github/workflows/{% if tasks == 'tox' %}ci.yaml{% endif %}.jinja

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
{%- endif %}
3131

3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v5
3434
with:
3535
fetch-depth: 0
3636

3737
- name: Install uv
38-
uses: astral-sh/setup-uv@v5
38+
uses: astral-sh/setup-uv@v6
3939
with:
4040
enable-cache: true
4141
cache-dependency-glob: "pyproject.toml"
@@ -78,12 +78,12 @@ jobs:
7878
- "3.10"
7979

8080
steps:
81-
- uses: actions/checkout@v4
81+
- uses: actions/checkout@v5
8282
with:
8383
fetch-depth: 0
8484

8585
- name: Install uv
86-
uses: astral-sh/setup-uv@v5
86+
uses: astral-sh/setup-uv@v6
8787
with:
8888
enable-cache: true
8989
cache-dependency-glob: "pyproject.toml"

0 commit comments

Comments
 (0)