Skip to content

Commit

Permalink
chore: update workflow to latest python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip-Larsen-Donnelly authored Aug 15, 2024
1 parent 6345e10 commit 447b8ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/preview_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:

steps:
- name: Checkout DHIS2 Docs Builder Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: dhis2/dhis2-docs-builder


- name: Set up Python 3.8
uses: actions/setup-python@v2
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.9'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 447b8ba

Please sign in to comment.