|
32 | 32 | {{#if_eq packageManagerName "pnpm"}} |
33 | 33 | # pnpm action uses the packageManager field in package.json to |
34 | 34 | # understand which version to install. |
35 | | - - uses: pnpm/action-setup@v4 |
| 35 | + - uses: pnpm/action-setup@v6 |
36 | 36 | {{/if_eq}} |
37 | 37 | - name: Setup Node.js environment |
38 | 38 | uses: actions/setup-node@v6 |
@@ -68,21 +68,21 @@ jobs: |
68 | 68 |
|
69 | 69 | - name: Lint backend |
70 | 70 | if: steps.check-for-backend.outputs.has-backend == 'true' |
71 | | - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 |
| 71 | + uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 |
72 | 72 | with: |
73 | 73 | version: latest |
74 | 74 | args: ./... |
75 | 75 |
|
76 | 76 | - name: Build backend |
77 | 77 | if: steps.check-for-backend.outputs.has-backend == 'true' |
78 | | - uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0 |
| 78 | + uses: magefile/mage-action@a662bd8c29d8106879588cfff83b2faf6e6f59db # v4.0.0 |
79 | 79 | with: |
80 | 80 | version: latest |
81 | 81 | args: buildAll |
82 | 82 |
|
83 | 83 | - name: Test backend |
84 | 84 | if: steps.check-for-backend.outputs.has-backend == 'true' |
85 | | - uses: magefile/mage-action@6f50bbb8ea47d56e62dee92392788acbc8192d0b # v3.1.0 |
| 85 | + uses: magefile/mage-action@a662bd8c29d8106879588cfff83b2faf6e6f59db # v4.0.0 |
86 | 86 | with: |
87 | 87 | version: latest |
88 | 88 | args: test |
@@ -182,7 +182,7 @@ jobs: |
182 | 182 | {{#if_eq packageManagerName "pnpm"}} |
183 | 183 | # pnpm action uses the packageManager field in package.json to |
184 | 184 | # understand which version to install. |
185 | | - - uses: pnpm/action-setup@v4 |
| 185 | + - uses: pnpm/action-setup@v6 |
186 | 186 | {{/if_eq}} |
187 | 187 | - name: Setup Node.js environment |
188 | 188 | uses: actions/setup-node@v6 |
|
0 commit comments