@@ -27,12 +27,12 @@ jobs:
2727 run : script/version_snapshot.sh
2828 shell : bash
2929 - name : Use Node.js 18.x
30- uses : actions/setup-node@v2
30+ uses : actions/setup-node@v3
3131 with :
3232 node-version : 18.x
3333 - name : Cache Node.js modules
3434 timeout-minutes : 10
35- uses : actions/cache@v2
35+ uses : actions/cache@v3
3636 env :
3737 cache-name : cache-node-modules
3838 with :
5151 - name : Integration Test
5252 run : cd itest && ./itest.sh
5353 - name : Package artifacts
54- uses : actions/upload-artifact@v2
54+ uses : actions/upload-artifact@v3
5555 if : success()
5656 with :
5757 name : jsonurl-javascript
@@ -68,12 +68,12 @@ jobs:
6868 steps :
6969 - uses : actions/checkout@v2
7070 - name : Set up Node.js ${{ matrix.node-version }}
71- uses : actions/setup-node@v2
71+ uses : actions/setup-node@v3
7272 with :
7373 node-version : ${{ matrix.node-version }}
7474 - name : Cache Node.js modules
7575 timeout-minutes : 10
76- uses : actions/cache@v2
76+ uses : actions/cache@v3
7777 env :
7878 cache-name : cache-node-modules
7979 with :
@@ -104,12 +104,12 @@ jobs:
104104 run : script/version_snapshot.sh
105105 shell : bash
106106 - name : Use Node.js 18.x
107- uses : actions/setup-node@v2
107+ uses : actions/setup-node@v3
108108 with :
109109 node-version : 18.x
110110 - name : Cache Node.js modules
111111 timeout-minutes : 10
112- uses : actions/cache@v2
112+ uses : actions/cache@v3
113113 env :
114114 cache-name : cache-node-modules
115115 with :
@@ -126,7 +126,7 @@ jobs:
126126 - run : npm run build
127127 - run : npm test
128128 - name : SonarCloud Scan
129- uses : sonarsource/sonarcloud-github-action@v1.6
129+ uses : sonarsource/sonarcloud-github-action@v1.7
130130 env :
131131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
132132 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
0 commit comments