Skip to content

Commit 6113e75

Browse files
Bump the github-actions group across 1 directory with 3 updates (#210)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7aa8d99 commit 6113e75

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
deploy:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616

1717
- name: Configure Git Credentials
1818
run: |
1919
git config user.name github-actions[bot]
2020
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
2121
2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v5
23+
uses: astral-sh/setup-uv@v6
2424
with:
2525
version: "0.4.12"
2626
enable-cache: true

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
matrix:
1414
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v5
19+
uses: astral-sh/setup-uv@v6
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
enable-cache: true

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
outputs:
1212
version: ${{ steps.inspect_package.outputs.version }}
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Install uv
17-
uses: astral-sh/setup-uv@v5
17+
uses: astral-sh/setup-uv@v6
1818
with:
1919
version: "0.4.12"
2020
enable-cache: true
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Download package
53-
uses: actions/download-artifact@v4
53+
uses: actions/download-artifact@v5
5454
with:
5555
name: package-distributions
5656
path: dist/

0 commit comments

Comments
 (0)