File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454
5555 steps :
5656 - name : Checkout ${{ needs.init.outputs.head_ref }}
57- uses : actions/checkout@v2
57+ uses : actions/checkout@v3
5858 with :
5959 token : ${{ secrets.COMMAND_BOT_PAT }}
6060 fetch-depth : 0
@@ -66,14 +66,14 @@ jobs:
6666 git config --local user.name "nextcloud-command"
6767
6868 - name : Read package.json node and npm engines version
69- uses : skjnldsv/read-package-engines-version-actions@v1
69+ uses : skjnldsv/read-package-engines-version-actions@v1.2
7070 id : package-engines-versions
7171 with :
7272 fallbackNode : ' ^12'
7373 fallbackNpm : ' ^6'
7474
7575 - name : Set up node ${{ steps.package-engines-versions.outputs.nodeVersion }}
76- uses : actions/setup-node@v2
76+ uses : actions/setup-node@v3
7777 with :
7878 node-version : ${{ steps.package-engines-versions.outputs.nodeVersion }}
7979 cache : npm
You can’t perform that action at this time.
0 commit comments