File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 run :
2828 working-directory : generator/sonos-docs
2929 steps :
30- - uses : actions/checkout@v2
31- - uses : actions/setup-node@v2
30+ - uses : actions/checkout@v4
31+ - uses : actions/setup-node@v4
3232 with :
3333 node-version : ${{ matrix.node }}
3434 - name : Install depencencies
@@ -45,14 +45,14 @@ jobs:
4545 run :
4646 working-directory : generator/sonos-docs
4747 steps :
48- - uses : actions/checkout@v2
49- - uses : actions/setup-node@v2
48+ - uses : actions/checkout@v4
49+ - uses : actions/setup-node@v4
5050 with :
5151 node-version : 16
5252 - name : Install depencencies
5353 run : npm ci
5454 - name : Semantic Release
55- uses : cycjimmy/semantic-release-action@v2
55+ uses : cycjimmy/semantic-release-action@v4
5656 id : semantic
5757 with :
5858 working_directory : generator/sonos-docs
6161 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
6262 - name : Setup node for Github Registry
6363 if : steps.semantic.outputs.new_release_published == 'true'
64- uses : actions/setup-node@v2
64+ uses : actions/setup-node@v4
6565 with :
6666 node-version : 16
6767 registry-url : ' https://npm.pkg.github.com'
Original file line number Diff line number Diff line change 2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout Code
24- uses : actions/checkout@v2
24+ uses : actions/checkout@v4
2525 - name : Use node 16
26- uses : actions/setup-node@v2
26+ uses : actions/setup-node@v4
2727 with :
2828 node-version : 16
2929 - name : Install ajv-cli
Original file line number Diff line number Diff line change 3939 # Checkout the code base #
4040 # #########################
4141 - name : Checkout Code
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343 with :
4444 # Full git history is needed to get list of changed files
4545 fetch-depth : 0
4848 # Run Linter against code base #
4949 # ###############################
5050 - name : Lint Code Base
51- uses : github/super-linter/slim@v4
51+ uses : github/super-linter/slim@v5
5252 env :
5353 VALIDATE_ALL_CODEBASE : false
5454 VALIDATE_JAVASCRIPT_STANDARD : false
You can’t perform that action at this time.
0 commit comments