@@ -14,20 +14,20 @@ jobs:
1414 node-version : [ 24.x ]
1515 steps :
1616 - name : Use Node.js ${{ matrix.node-version }}
17- uses : actions/setup-node@v4
17+ uses : actions/setup-node@v6
1818 with :
1919 node-version : ${{ matrix.node-version }}
2020 - name : Install Linux build tools
2121 run : sudo apt-get update && sudo apt-get install -y build-essential
22- - uses : actions/checkout@v2
22+ - uses : actions/checkout@v6
2323 with :
2424 ref : develop
2525 # pulls all commits (needed for semantic release to correctly version)
2626 fetch-depth : ' 0'
2727 # pulls all tags (needed for semantic release to correctly version)
2828 - run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
2929 - name : Use Node.js ${{ matrix.node-version }}
30- uses : actions/setup-node@v4
30+ uses : actions/setup-node@v6
3131 with :
3232 node-version : ${{ matrix.node-version }}
3333 registry-url : ' https://registry.npmjs.org'
@@ -62,12 +62,12 @@ jobs:
6262 echo "::set-output name=exists::true"
6363 echo "::set-output name=preview::$CHANGELOG_PREVIEW_ESCAPED"
6464 fi
65- - uses : marocchino/sticky-pull-request-comment@v2
65+ - uses : marocchino/sticky-pull-request-comment@v3
6666 if : steps.generate_changelog.outputs.exists == 'true'
6767 with :
6868 header : changelog_preview
6969 message : ${{ steps.generate_changelog.outputs.preview }}
70- - uses : marocchino/sticky-pull-request-comment@v2
70+ - uses : marocchino/sticky-pull-request-comment@v3
7171 if : steps.generate_changelog.outputs.exists != 'true'
7272 with :
7373 header : changelog_preview
0 commit comments