Skip to content

Commit ec4a07f

Browse files
committed
github: update actions
1 parent ea283ec commit ec4a07f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
matrix:
1010
hg: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7', '6.8', '6.9' ]
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-python@v4
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.10'
16-
- uses: actions/cache@v3
16+
- uses: actions/cache@v4
1717
id: cache-pip
1818
with:
1919
path: ~/.cache/pip

0 commit comments

Comments
 (0)