Skip to content

Commit db65ba4

Browse files
committed
fix CI
1 parent 0bb3c07 commit db65ba4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
with:
2020
access_token: ${{ github.token }}
2121
- name: Checkout latest commit
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v4
2323
with:
2424
fetch-depth: 0 # fetch all history with version tags
2525
- name: Set up python
26-
uses: actions/setup-python@v2
26+
uses: actions/setup-python@v4
2727
with:
2828
python-version: "3.10"
2929
- name: Set up pip cache
30-
uses: actions/cache@v2
30+
uses: actions/cache@v4
3131
with:
3232
path: ~/.cache/pip
3333
key: ${{ matrix.tox-env }}-${{ runner.os }}
@@ -89,15 +89,15 @@ jobs:
8989
with:
9090
access_token: ${{ github.token }}
9191
- name: Checkout latest commit
92-
uses: actions/checkout@v2
92+
uses: actions/checkout@v4
9393
with:
9494
fetch-depth: 0 # fetch all history with version tags
9595
- name: Set up python ${{ matrix.python-version }}
9696
uses: actions/setup-python@v2
9797
with:
9898
python-version: ${{ matrix.python-version }}
9999
- name: Set up pip cache
100-
uses: actions/cache@v2
100+
uses: actions/cache@v4
101101
with:
102102
path: .cache/pip
103103
key: ${{ matrix.tox-env }}-${{ matrix.os }}

0 commit comments

Comments
 (0)