File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 - name : Use Node.js 16.x
1515 uses : actions/setup-node@v3
1616 with :
4949
5050 steps :
5151 # Setup
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353 with :
5454 token : ${{ secrets.BUILD_USER_TOKEN || github.token }} # allows commit of any fixes to trigger a new workflow run
5555 - name : Use Node.js 16.x
8585
8686 steps :
8787 # Setup
88- - uses : actions/checkout@v3
88+ - uses : actions/checkout@v4
8989 - name : Use Node.js 16.x
9090 uses : actions/setup-node@v3
9191 with :
@@ -121,7 +121,7 @@ jobs:
121121
122122 steps :
123123 # Setup
124- - uses : actions/checkout@v3
124+ - uses : actions/checkout@v4
125125 - name : Use Node.js 16.x
126126 uses : actions/setup-node@v3
127127 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Use Node.js 16.x
1818 uses : actions/setup-node@v3
1919 with :
You can’t perform that action at this time.
0 commit comments