File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2626 - name : Install dependencies
2727 run : npm ci
2828 - name : Set up Python 3.12
29- uses : actions/setup-python@v1
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : ' 3.12'
3232
@@ -101,7 +101,7 @@ jobs:
101101 run : npm ci
102102
103103 - name : Set up Python 3.12
104- uses : actions/setup-python@v1
104+ uses : actions/setup-python@v5
105105 with :
106106 python-version : ' 3.12'
107107
Original file line number Diff line number Diff line change 3232 - name : Install dependencies
3333 run : npm ci
3434 - name : Set up Python 3.12
35- uses : actions/setup-python@v1
35+ uses : actions/setup-python@v5
3636 with :
3737 python-version : ' 3.12'
3838 - name : Install Dash
@@ -63,12 +63,12 @@ jobs:
6363 steps :
6464 - uses : actions/checkout@v1
6565 - name : Set up Python 3.12
66- uses : actions/setup-python@v1
66+ uses : actions/setup-python@v5
6767 with :
6868 python-version : ' 3.12'
6969 - name : Set up Python ${{ matrix.python-version }}
7070 if : matrix.python-version != '3.12'
71- uses : actions/setup-python@v1
71+ uses : actions/setup-python@v5
7272 with :
7373 python-version : ${{ matrix.python-version }}
7474 - name : Install nox
You can’t perform that action at this time.
0 commit comments