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@v4
13+ - uses : actions/checkout@v5
1414 - name : Setup Node.js and NPM
1515 uses : actions/setup-node@v4
1616 with :
3838
3939 steps :
4040 # Setup
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 with :
4343 token : ${{ secrets.BUILD_USER_TOKEN || github.token }} # allows commit of any fixes to trigger a new workflow run
4444 - name : Setup Node.js and NPM
7575
7676 steps :
7777 # Setup
78- - uses : actions/checkout@v4
78+ - uses : actions/checkout@v5
7979 - name : Setup Node.js and NPM
8080 uses : actions/setup-node@v4
8181 with :
@@ -112,7 +112,7 @@ jobs:
112112
113113 steps :
114114 # Setup
115- - uses : actions/checkout@v4
115+ - uses : actions/checkout@v5
116116 - name : Setup Node.js and NPM
117117 uses : actions/setup-node@v4
118118 with :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Setup Node.js and NPM
1818 uses : actions/setup-node@v4
1919 with :
You can’t perform that action at this time.
0 commit comments