File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3535 uses : actions/checkout@v4
3636 - name : Set up Python 3.12
3737 if : ${{ matrix.language == 'python' }}
38- uses : actions/setup-python
38+ uses : actions/setup-python@v5
3939 with :
4040 python-version : ' 3.12'
4141 - name : Install dependencies
Original file line number Diff line number Diff line change 2626 with :
2727 node-version : ' 20'
2828 - name : Set up Python 3.12
29- uses : actions/setup-python
29+ uses : actions/setup-python@v5
3030 with :
3131 python-version : ' 3.12'
3232 - name : Run the website
Original file line number Diff line number Diff line change 2525 with :
2626 node-version : ' 20'
2727 - name : Set up Python 3.12
28- uses : actions/setup-python
28+ uses : actions/setup-python@v5
2929 with :
3030 python-version : ' 3.12'
3131 - name : Run the website
You can’t perform that action at this time.
0 commit comments