|
12 | 12 | node-version: [20.x, 22.x, 24.x] |
13 | 13 | steps: |
14 | 14 | - name: Checkout and setup environment |
15 | | - uses: MetaMask/action-checkout-and-setup@v1 |
| 15 | + uses: MetaMask/action-checkout-and-setup@v2 |
16 | 16 | with: |
17 | 17 | is-high-risk-environment: false |
18 | 18 | node-version: ${{ matrix.node-version }} |
|
27 | 27 | node-version: [24.x] |
28 | 28 | steps: |
29 | 29 | - name: Checkout and setup environment |
30 | | - uses: MetaMask/action-checkout-and-setup@v1 |
| 30 | + uses: MetaMask/action-checkout-and-setup@v2 |
31 | 31 | with: |
32 | 32 | is-high-risk-environment: false |
33 | 33 | node-version: ${{ matrix.node-version }} |
|
49 | 49 | node-version: [24.x] |
50 | 50 | steps: |
51 | 51 | - name: Checkout and setup environment |
52 | | - uses: MetaMask/action-checkout-and-setup@v1 |
| 52 | + uses: MetaMask/action-checkout-and-setup@v2 |
53 | 53 | with: |
54 | 54 | is-high-risk-environment: false |
55 | 55 | node-version: ${{ matrix.node-version }} |
|
77 | 77 | node-version: [20.x, 22.x, 24.x] |
78 | 78 | steps: |
79 | 79 | - name: Checkout and setup environment |
80 | | - uses: MetaMask/action-checkout-and-setup@v1 |
| 80 | + uses: MetaMask/action-checkout-and-setup@v2 |
81 | 81 | with: |
82 | 82 | is-high-risk-environment: false |
83 | 83 | node-version: ${{ matrix.node-version }} |
|
99 | 99 | node-version: [20.x, 22.x, 24.x] |
100 | 100 | steps: |
101 | 101 | - name: Checkout and setup environment |
102 | | - uses: MetaMask/action-checkout-and-setup@v1 |
| 102 | + uses: MetaMask/action-checkout-and-setup@v2 |
103 | 103 | with: |
104 | 104 | is-high-risk-environment: false |
105 | 105 | node-version: ${{ matrix.node-version }} |
|
0 commit comments