Skip to content

Commit

Permalink
update workflow python to 3.12 (#4600)
Browse files Browse the repository at this point in the history
  • Loading branch information
danswick authored Jan 8, 2025
1 parent 5ada9c7 commit 3f5887d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
fac-build-npm-
fac-build-
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"

- name: Restore pip cache
uses: actions/cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
fac-build-npm-
fac-build-
- name: Set up Python 3.10
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"

- name: Restore pip cache
uses: actions/cache@v4
Expand Down

0 comments on commit 3f5887d

Please sign in to comment.