Skip to content

Commit 24b1338

Browse files
authored
chore(templates/plugin): update ci example (#814)
Signed-off-by: Frazer Smith <[email protected]>
1 parent 8ebfc29 commit 24b1338

File tree

1 file changed

+2
-2
lines changed
  • templates/plugin/.github/workflows

1 file changed

+2
-2
lines changed

templates/plugin/.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ jobs:
1212
node-version: [20.x, 22.x]
1313
os: [macos-latest, ubuntu-latest, windows-latest]
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
with:
1717
persist-credentials: false
1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020
with:
2121
check-latest: true
2222
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)