Skip to content

Commit 873ae2d

Browse files
authored
Merge branch 'main' into feature/ruff-check-fix-61
2 parents 4bcbd06 + 987b77b commit 873ae2d

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v5
12+
- uses: actions/checkout@v6
1313

1414
- name: Set up uv
1515
uses: astral-sh/setup-uv@v7

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414

1515
- name: Set up uv
1616
uses: astral-sh/setup-uv@v7

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
id-token: write
3535

3636
steps:
37-
- uses: actions/checkout@v5
37+
- uses: actions/checkout@v6
3838
with:
3939
fetch-depth: 0
4040
persist-credentials: false
@@ -56,7 +56,7 @@
5656

5757
steps:
5858
- name: Download packages built by build-and-inspect-python-package
59-
uses: actions/download-artifact@v6
59+
uses: actions/download-artifact@v7
6060
with:
6161
name: Packages
6262
path: dist
@@ -79,7 +79,7 @@
7979

8080
steps:
8181
- name: Download packages built by build-and-inspect-python-package
82-
uses: actions/download-artifact@v6
82+
uses: actions/download-artifact@v7
8383
with:
8484
name: Packages
8585
path: dist

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- windows-latest
2323
runs-on: ${{ matrix.os }}
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- name: Set up uv
2727
uses: astral-sh/setup-uv@v7
2828
with:

.github/workflows/typecheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414

1515
- name: Set up uv
1616
uses: astral-sh/setup-uv@v7

.github/workflows/variants.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- windows-latest
2121
runs-on: ${{ matrix.os }}
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
- name: Set up Python ${{ matrix.python-version }}
2525
uses: actions/setup-python@v6
2626
with:
@@ -86,7 +86,7 @@ jobs:
8686
apt-get update
8787
apt-get install -y make curl ca-certificates git
8888
89-
- uses: actions/checkout@v5
89+
- uses: actions/checkout@v6
9090

9191
- name: Install UV globally
9292
run: |

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# License
22

3-
Copyright (c) 2022-2024, mxstack Contributors
3+
Copyright (c) 2022-2025, mxstack Contributors
44

55
All rights reserved.
66

0 commit comments

Comments
 (0)