Skip to content

Commit da8bd49

Browse files
authored
Merge pull request materialsproject#732 from minhsueh/fix_github_actions
update Python 3.7 -> 3.11.13
2 parents 177e3a5 + 962630b commit da8bd49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jest_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
scope: '@mat-github-ci'
2828
env:
2929
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
30-
- name: Set up Python 3.7
30+
- name: Set up Python 3.11.13
3131
uses: actions/setup-python@v1
3232
with:
33-
python-version: 3.7
33+
python-version: 3.11.13
3434
- uses: actions/cache@v4
3535
with:
3636
path: ~/.npm

0 commit comments

Comments
 (0)