Skip to content

Commit b1b580d

Browse files
Update github-pages.yml
1 parent 16031d0 commit b1b580d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ on:
77

88
jobs:
99
deploy:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v4
1313

1414
- name: Setup Python
1515
uses: actions/setup-python@v5
1616
with:
17-
python-version: '3.8'
17+
python-version: '3.13'
1818

1919
- name: Upgrade pip
2020
run: |
@@ -26,7 +26,7 @@ jobs:
2626
run: echo "::set-output name=dir::$(pip cache dir)"
2727

2828
- name: Cache dependencies
29-
uses: actions/cache@v4.1.2
29+
uses: actions/cache@v4.2.3
3030
with:
3131
path: ${{ steps.pip-cache.outputs.dir }}
3232
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)