1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Git checkout
19- uses : actions/checkout@v3
19+ uses : actions/checkout@v4
2020
2121 - name : Branch Check
2222 run : |
@@ -32,12 +32,12 @@ jobs:
3232 needs : confirm-staging-branch
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v3
35+ uses : actions/checkout@v4
3636 with :
3737 ref : development
3838
3939 - name : NPM install
40- uses : actions/setup-node@v3
40+ uses : actions/setup-node@v4
4141 with :
4242 node-version : 24.x
4343
@@ -73,10 +73,10 @@ jobs:
7373 node-version : [16.x, 17.x, 18.x, 19.x, 20.x, 21.x, 22.x, 23.x, 24.x, 25.x]
7474 steps :
7575 - name : Checkout
76- uses : actions/checkout@v3
76+ uses : actions/checkout@v4
7777
7878 - name : NPM install
79- uses : actions/setup-node@v3
79+ uses : actions/setup-node@v4
8080 with :
8181 node-version : ${{ matrix.node-version }}
8282
@@ -117,10 +117,10 @@ jobs:
117117 - build-bundle
118118 steps :
119119 - name : Checkout
120- uses : actions/checkout@v3
120+ uses : actions/checkout@v4
121121
122122 - name : NPM install
123- uses : actions/setup-node@v3
123+ uses : actions/setup-node@v4
124124 with :
125125 node-version : 24.x
126126
@@ -238,7 +238,7 @@ jobs:
238238 - confirm-staging-branch
239239 steps :
240240 - name : Checkout development branch
241- uses : actions/checkout@v3
241+ uses : actions/checkout@v4
242242 with :
243243 repository : mparticle/mparticle-web-sdk
244244 ref : development
@@ -270,7 +270,7 @@ jobs:
270270
271271 steps :
272272 - name : Checkout staging branch
273- uses : actions/checkout@v3
273+ uses : actions/checkout@v4
274274 with :
275275 fetch-depth : 0
276276 ref : staging
@@ -288,7 +288,7 @@ jobs:
288288 git pull origin release/${{ github.run_number }}
289289
290290 - name : Setup Node.js
291- uses : actions/setup-node@v3
291+ uses : actions/setup-node@v4
292292 with :
293293 node-version : 24.x
294294 registry-url : ' https://registry.npmjs.org'
0 commit comments