Skip to content

Commit a85d9b8

Browse files
committed
ci: update checkout to semver to validate renovate behavior
1 parent 7642cb4 commit a85d9b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13+
- uses: actions/checkout@4
1414
- name: Use Node.js
15-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
15+
uses: actions/setup-node@4.2
1616
with:
1717
node-version: '20.x'
1818
cache: 'npm'
1919
- run: npm ci
2020
- run: npm run build
21-
- run: npm run lint
21+
- run: npm run lint

0 commit comments

Comments
 (0)