@@ -18,12 +18,12 @@ jobs:
1818 - name : " Release PR info"
1919 if : github.event_name != 'workflow_dispatch'
2020 run : echo "PR ${{ github.event.number }}"
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - name : git config
2323 run : |
2424 git config user.name "${GITHUB_ACTOR}"
2525 git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
26- - uses : actions/setup-node@v3
26+ - uses : actions/setup-node@v4
2727 with :
2828 node-version : 18
2929 registry-url : https://registry.npmjs.org/
3333 uses : martinbeentjes/npm-get-version-action@main
3434 - name : Extract release notes
3535 id : extract-release-notes
36- uses : ffurrer2/extract-release-notes@v1
36+ uses : ffurrer2/extract-release-notes@v2
3737 - name : Check versions
3838 run : node ./bin/check-build-version.js
3939 # ############ TAG RELEASE ##############
@@ -64,15 +64,15 @@ jobs:
6464 needs : [publish]
6565 runs-on : ubuntu-latest
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868 with :
6969 fetch-depth : 0
7070 - name : git config
7171 run : |
7272 git config user.name "${GITHUB_ACTOR}"
7373 git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
7474 - name : Setup node
75- uses : actions/setup-node@v3
75+ uses : actions/setup-node@v4
7676 with :
7777 node-version : 18
7878 cache : npm
0 commit comments