File tree Expand file tree Collapse file tree 4 files changed +253
-28
lines changed
Expand file tree Collapse file tree 4 files changed +253
-28
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 tests :
9- runs-on : ubuntu-20.04
9+ runs-on : ubuntu-latest
1010 name : Build
1111 steps :
1212 # Checks out a copy of your repository on the ubuntu machine
1313 - name : Checkout code
14- uses : actions/checkout@v2
14+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515
1616 - name : Setup npm
17- uses : actions/setup-node@v2
17+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
1818 with :
1919 node-version : ' 20'
2020
2121 - name : Setup Python
22- uses : actions/setup-python@v2
22+ uses : actions/setup-python@v5.5.0 # v5.5.0
2323 with :
24- python-version : ' 3.x ' # Version range or exact version of a Python version to use, using SemVer's version range syntax
24+ python-version : ' 3.13 '
2525
2626 - name : Install dependencies
2727 run : |
Original file line number Diff line number Diff line change 1212
1313jobs :
1414 tests :
15- runs-on : ubuntu-20.04
15+ runs-on : ubuntu-latest
1616 name : Build
1717 steps :
1818 # Checks out a copy of your repository on the ubuntu machine
You can’t perform that action at this time.
0 commit comments