File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
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 1919 # Full git history is needed to get a proper list of changed files within `super-linter`
2020 fetch-depth : 0
2121 - name : Set up Python 3.12
22- uses : actions/setup-python
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ' 3.12'
2525 - name : Lint SQL code
Original file line number Diff line number Diff line change 3737 with :
3838 node-version : ' 20'
3939 - name : Set up Python 3.12
40- uses : actions/setup-python
40+ uses : actions/setup-python@v5
4141 with :
4242 python-version : ' 3.12'
4343 - name : Install Asian Fonts
Original file line number Diff line number Diff line change 3030 with :
3131 node-version : ' 20'
3232 - name : Set up Python 3.12
33- uses : actions/setup-python
33+ uses : actions/setup-python@v5
3434 with :
3535 python-version : ' 3.12'
3636 - name : Run the website
You can’t perform that action at this time.
0 commit comments