File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 node-version : [22.x, 24.x, 26.x]
1313
1414 steps :
15- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 - name : Set up Node.js ${{ matrix.node-version }}
17- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
17+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
1818 with :
1919 node-version : ${{ matrix.node-version }}
2020 # Java 21 is required by firebase-tools to run emulator-based integration tests
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
2929
3030 steps :
3131 - name : Checkout source for staging
32- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
32+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333 with :
3434 ref : ${{ github.event.client_payload.ref || github.ref }}
3535
3636 - name : Set up Node.js
37- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
37+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
3838 with :
3939 node-version : 22.x
4040
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ jobs:
4646
4747 steps :
4848 - name : Checkout source for staging
49- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
49+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050
5151 - name : Set up Node.js
52- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
52+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
5353 with :
5454 node-version : 22.x
5555
@@ -109,7 +109,7 @@ jobs:
109109
110110 steps :
111111 - name : Checkout source for publish
112- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
112+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
113113
114114 # Download the artifacts created by the stage_release job.
115115 - name : Download release candidates
@@ -120,7 +120,7 @@ jobs:
120120
121121 # Node.js and NPM are needed to complete the publish.
122122 - name : Set up Node.js
123- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4 .4.0
123+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 .4.0
124124 with :
125125 node-version : 22.x
126126
You can’t perform that action at this time.
0 commit comments