Skip to content

Commit 9dab173

Browse files
committed
update workflow action version
1 parent 53eb35e commit 9dab173

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: ["3.10", "3.11", "3.12"]
2525

2626
steps:
27-
- uses: actions/checkout@v3
27+
- uses: actions/checkout@v4
2828
- name: Set up Python ${{ matrix.python-version }}
2929
uses: actions/setup-python@v3
3030
with:
@@ -50,7 +50,7 @@ jobs:
5050
python-version: ["3.10", "3.11", "3.12"]
5151

5252
steps:
53-
- uses: actions/checkout@v3
53+
- uses: actions/checkout@v4
5454
- name: Set up Python ${{ matrix.python-version }}
5555
uses: actions/setup-python@v3
5656
with:

.github/workflows/doc_deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout main
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Python 3.10

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ jobs:
44
ruff:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v3
8-
- uses: chartboost/ruff-action@v1
7+
- uses: actions/checkout@v4
8+
- uses: astral-sh/ruff-action@v3

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
- name: Set up Python
1313
uses: actions/setup-python@v4
1414
with:

0 commit comments

Comments
 (0)