Skip to content

Commit 26a3782

Browse files
committed
ci: upgrade action versions
1 parent 0690e5a commit 26a3782

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
python: ["3.10"]
1616

1717
steps:
18-
- uses: actions/checkout@v1
18+
- uses: actions/checkout@v3
1919
- name: Set up Python ${{ matrix.python }}
20-
uses: actions/setup-python@v1
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: ${{ matrix.python }}
2323
- name: Install dependencies
@@ -38,9 +38,9 @@ jobs:
3838
lint:
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v1
41+
- uses: actions/checkout@v3
4242
- name: Set up Python
43-
uses: actions/setup-python@v1
43+
uses: actions/setup-python@v4
4444
with:
4545
python-version: "3.10"
4646
- name: Install dependencies
@@ -62,9 +62,9 @@ jobs:
6262
docs:
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/checkout@v1
65+
- uses: actions/checkout@v3
6666
- name: Set up Python
67-
uses: actions/setup-python@v1
67+
uses: actions/setup-python@v4
6868
with:
6969
python-version: "3.10"
7070
- name: Install dependencies

0 commit comments

Comments
 (0)