File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 DEPENDABOT_NPM_VERSION="${{steps.get_dependabot_npm_version.outputs.npm_version}}"
3232 NPM_PATTERN_PACKAGE="s/\"npm\": \".*\"/\"npm\": \"^${DEPENDABOT_NPM_VERSION}\"/g"
3333 sed -i -e "${NPM_PATTERN_PACKAGE}" package.json
34- - uses : actions/setup-node@v3.4.0
34+ - uses : actions/setup-node@v3.4.1
3535 with :
3636 cache : npm
3737 - run : |
5858 fetch-depth : 0
5959 ref : ${{ github.event.pull_request.head.sha }}
6060 - name : Set up Node.js ${{ env.NODE_VERSION }}
61- uses : actions/setup-node@v3.4.0
61+ uses : actions/setup-node@v3.4.1
6262 with :
6363 cache : npm
6464 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 steps :
1515 - uses : actions/checkout@v3.0.2
1616 - name : Set up Node.js ${{ env.NODE_VERSION }}
17- uses : actions/setup-node@v3.4.0
17+ uses : actions/setup-node@v3.4.1
1818 with :
1919 cache : npm
2020 - run : |
Original file line number Diff line number Diff line change 5959 DEST_PATH="/home/runner/work/_temp/_github_workflow/.venv"
6060 cp -r ${{ env.venv_path }} "${DEST_PATH}"
6161 - name : Set up Node.js ${{ env.NODE_VERSION }}
62- uses : actions/setup-node@v3.4.0
62+ uses : actions/setup-node@v3.4.1
6363 with :
6464 cache : npm
6565 - name : Install dependencies
Original file line number Diff line number Diff line change 1919 with :
2020 fetch-depth : 0
2121 ref : ${{ github.event.pull_request.head.sha }}
22- - uses : actions/setup-node@v3.4.0
22+ - uses : actions/setup-node@v3.4.1
2323 with :
2424 cache : npm
2525 - name : Install packages
You can’t perform that action at this time.
0 commit comments