@@ -10,11 +10,11 @@ jobs:
1010
1111 strategy :
1212 matrix :
13- node-version : [18 .x]
13+ node-version : [20 .x]
1414 # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
1515
1616 steps :
17- - uses : google-github-actions /release-please-action@v3
17+ - uses : googleapis /release-please-action@v4
1818 id : release
1919 with :
2020 token : ${{ secrets.GH_TOKEN_EVE }}
@@ -24,13 +24,13 @@ jobs:
2424 bump-minor-pre-major : true
2525
2626 # The logic below handles the npm publication:
27- - uses : actions/checkout@v3
27+ - uses : actions/checkout@v4
2828 # these if statements ensure that a publication only occurs when
2929 # a new release is created:
3030 if : ${{ steps.release.outputs.docusaurus-search-local--release_created }}
3131
3232 - name : Use Node.js ${{ matrix.node-version }}
33- uses : actions/setup-node@v3
33+ uses : actions/setup-node@v4
3434 with :
3535 node-version : ${{ matrix.node-version }}
3636 if : ${{ steps.release.outputs.docusaurus-search-local--release_created }}
4040 run : echo "::set-output name=dir::$(yarn config get cacheFolder)"
4141 if : ${{ steps.release.outputs.docusaurus-search-local--release_created }}
4242
43- - uses : actions/cache@v3
43+ - uses : actions/cache@v4
4444 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
4545 with :
4646 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments