Skip to content

Commit 6550008

Browse files
committed
ci: change action version
1 parent 63fdfed commit 6550008

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
- "3.13"
2222

2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v5
2525

26-
- uses: actions/setup-python@v2
26+
- uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

30-
- uses: actions/cache@v2
30+
- uses: actions/cache@v4
3131
with:
3232
path: ~/.cache/pip
3333
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/dev.txt') }}

0 commit comments

Comments
 (0)