File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3131 uses : actions/setup-python@v1
3232 with :
3333 python-version : 3.7
34- - uses : actions/cache@v1
34+ - uses : actions/cache@v4
3535 with :
3636 path : ~/.npm
3737 key : ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout code
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v2
2424 with :
2525 ref : main
2626 - name : Set up Python 3.7
27- uses : actions/setup-python@v4
27+ uses : actions/setup-python@v1
2828 with :
2929 python-version : 3.7
30- - uses : actions/setup-node@v4
30+ - uses : actions/setup-node@v1
3131 env :
3232 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
3333 with :
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout code
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v2
1212 with :
1313 ref : main
1414 - name : Set up Python 3.7
15- uses : actions/setup-python@v4
15+ uses : actions/setup-python@v1
1616 with :
1717 python-version : 3.7
18- - uses : actions/setup-node@v4
18+ - uses : actions/setup-node@v1
1919 env :
2020 NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
2121 with :
You can’t perform that action at this time.
0 commit comments