Skip to content

Commit ea5541d

Browse files
authored
ci: use tags for immutable github actions (#826)
1 parent dcefa58 commit ea5541d

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, 22, 24]
1313
os: [macos-latest, ubuntu-latest, windows-latest]
1414
steps:
15-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15+
- uses: actions/checkout@v4
1616
with:
1717
persist-credentials: false
1818
- name: Use Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
19+
uses: actions/setup-node@v4
2020
with:
2121
check-latest: true
2222
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)