Skip to content

Commit 656f437

Browse files
committed
More workflow updates.
1 parent f026a1a commit 656f437

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Continuous integration and deployment
22

33
on:
44
push:
5-
6-
schedule:
7-
- cron: '0 0 * * 0' # weekly
5+
branches: [ master ]
86

97
workflow_dispatch:
108

@@ -22,7 +20,7 @@ jobs:
2220
- name: Install Python
2321
uses: actions/setup-python@v2
2422
with:
25-
python-version: '3.9'
23+
python-version: '3.12'
2624

2725
- name: Setup pip cache
2826
uses: actions/cache@v4
@@ -63,10 +61,10 @@ jobs:
6361
- name: Install Python
6462
uses: actions/setup-python@v2
6563
with:
66-
python-version: '3.9'
64+
python-version: '3.12'
6765

6866
- name: Setup pip cache
69-
uses: actions/cache@v2
67+
uses: actions/cache@v4
7068
with:
7169
path: /opt/hostedtoolcache/Python
7270
key: ${{ runner.os }}-pip-${{ hashFiles('site_creator/requirements.txt') }}

0 commit comments

Comments
 (0)