File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 - name : Install dependencies
2121 run : |
2222 npm install semantic-release@24 @semantic-release/git @semantic-release/changelog -D
Original file line number Diff line number Diff line change 1414 if : ${{ github.actor != 'dependabot[bot]' }}
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 - name : Set npm token
Original file line number Diff line number Diff line change 3434 echo "Creating tag: $tag"
3535 echo "TAG=$tag" >> $GITHUB_ENV
3636 - name : Checkout
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 - name : CI tests, image build and push tag for main or branch
3939 uses : whoan/docker-build-with-cache-action@v8
4040 with :
Original file line number Diff line number Diff line change 99 if : ${{ github.actor != 'dependabot[bot]' }}
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Set npm token
1414 env :
1515 NODE_AUTH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2525 nvm use
2626 node -v
2727 npm install
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929 with :
3030 repository : linode/apl-core
3131 path : apl-core
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-22.04
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0
1818 token : ${{ secrets.BOT_TOKEN }}
You can’t perform that action at this time.
0 commit comments