Skip to content

Commit 0be7010

Browse files
authored
Merge pull request #56 from adrielp/action-semver-test
ci: update checkout to semver to validate renovate behavior
2 parents 7642cb4 + ad292d1 commit 0be7010

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@v4
1414
- name: Use Node.js
15-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
15+
uses: actions/setup-node@v4.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)