2020 if : always() && (needs.build-test-analyze.result == 'success' || needs.build-test-analyze.result == 'skipped')
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v3
2424 with :
2525 fetch-depth : 0
2626 - name : Setup Dprint
@@ -50,11 +50,11 @@ jobs:
5050 needs : [ format ]
5151 steps :
5252 - name : Checkout repository
53- uses : actions/checkout@v2
53+ uses : actions/checkout@v3
5454 with :
5555 fetch-depth : 0
5656 - name : Setup NodeJS
57- uses : actions/setup-node@v2
57+ uses : actions/setup-node@v3
5858 with :
5959 node-version : 17
6060 - name : Pull changes
@@ -73,11 +73,11 @@ jobs:
7373 needs : [ update-indexes ]
7474 steps :
7575 - name : Checkout repository
76- uses : actions/checkout@v2
76+ uses : actions/checkout@v3
7777 with :
7878 fetch-depth : 0
7979 - name : Setup NodeJS
80- uses : actions/setup-node@v2
80+ uses : actions/setup-node@v3
8181 with :
8282 node-version : 17
8383 - name : Pull
9696 needs : [ update-indexes ]
9797 steps :
9898 - name : Checkout repository
99- uses : actions/checkout@v2
99+ uses : actions/checkout@v3
100100 - name : Login to GitHub registry
101101 run : echo ${{ github.token }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
102102 - name : Build docker image
@@ -180,7 +180,7 @@ jobs:
180180 if : contains(github.event.head_commit.message, '[release]')
181181 steps :
182182 - name : Checkout repository
183- uses : actions/checkout@v2
183+ uses : actions/checkout@v3
184184 - name : Login to GitHub registry
185185 run : echo ${{ github.token }} | docker login ghcr.io -u ${{ github.actor }} --password-stdin
186186 - name : Pull docker image (master)
@@ -201,11 +201,11 @@ jobs:
201201 needs : [ docker-release ]
202202 steps :
203203 - name : Checkout repository
204- uses : actions/checkout@v2
204+ uses : actions/checkout@v3
205205 with :
206206 fetch-depth : 0
207207 - name : Setup NodeJS
208- uses : actions/setup-node@v2
208+ uses : actions/setup-node@v3
209209 with :
210210 node-version : 17
211211 - name : Setup metrics
@@ -254,9 +254,9 @@ jobs:
254254 needs : [ action-latest-test, deploy-latest ]
255255 steps :
256256 - name : Checkout repository
257- uses : actions/checkout@v2
257+ uses : actions/checkout@v3
258258 - name : Setup NodeJS
259- uses : actions/setup-node@v2
259+ uses : actions/setup-node@v3
260260 with :
261261 node-version : 17
262262 - name : Setup metrics
0 commit comments