We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16031d0 commit b1b580dCopy full SHA for b1b580d
.github/workflows/github-pages.yml
@@ -7,14 +7,14 @@ on:
7
8
jobs:
9
deploy:
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
11
steps:
12
- uses: actions/checkout@v4
13
14
- name: Setup Python
15
uses: actions/setup-python@v5
16
with:
17
- python-version: '3.8'
+ python-version: '3.13'
18
19
- name: Upgrade pip
20
run: |
@@ -26,7 +26,7 @@ jobs:
26
run: echo "::set-output name=dir::$(pip cache dir)"
27
28
- name: Cache dependencies
29
- uses: actions/cache@v4.1.2
+ uses: actions/cache@v4.2.3
30
31
path: ${{ steps.pip-cache.outputs.dir }}
32
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
0 commit comments