Skip to content

Commit 8afa2ea

Browse files
fix(templates): Update create-plugin template github actions (#2674)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent bbd1cf0 commit 8afa2ea

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/create-plugin/templates/github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
{{#if_eq packageManagerName "pnpm"}}
3333
# pnpm action uses the packageManager field in package.json to
3434
# understand which version to install.
35-
- uses: pnpm/action-setup@v4
35+
- uses: pnpm/action-setup@v6
3636
{{/if_eq}}
3737
- name: Setup Node.js environment
3838
uses: actions/setup-node@v6
@@ -68,21 +68,21 @@ jobs:
6868

6969
- name: Lint backend
7070
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
7272
with:
7373
version: latest
7474
args: ./...
7575

7676
- name: Build backend
7777
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
7979
with:
8080
version: latest
8181
args: buildAll
8282

8383
- name: Test backend
8484
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
8686
with:
8787
version: latest
8888
args: test
@@ -182,7 +182,7 @@ jobs:
182182
{{#if_eq packageManagerName "pnpm"}}
183183
# pnpm action uses the packageManager field in package.json to
184184
# understand which version to install.
185-
- uses: pnpm/action-setup@v4
185+
- uses: pnpm/action-setup@v6
186186
{{/if_eq}}
187187
- name: Setup Node.js environment
188188
uses: actions/setup-node@v6

packages/create-plugin/templates/github/workflows/is-compatible.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
{{#if_eq packageManagerName "pnpm"}}
1515
# pnpm action uses the packageManager field in package.json to
1616
# understand which version to install.
17-
- uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
17+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
1818
{{/if_eq}}
1919

2020
- name: Setup Node.js environment
21-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
21+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2222
with:
2323
node-version: '22'
2424
cache: '{{ packageManagerName }}'

0 commit comments

Comments
 (0)