Skip to content

Commit 15fc960

Browse files
authored
Update ci.yaml to fix deprecated actions
1 parent 303e238 commit 15fc960

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
deploy:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v4
13+
- uses: actions/checkout@v4.2.2
14+
- uses: actions/setup-python@v4.9.1
1515
with:
16-
python-version: 3.11
17-
- uses: actions/cache@v2
16+
python-version: 3.12
17+
- uses: actions/cache@v4.2.3
1818
with:
1919
key: ${{ github.ref }}
2020
path: .cache

0 commit comments

Comments
 (0)