chore(deps): pin dependencies

This commit is contained in:
renovate[bot] 2024-02-16 01:40:08 +00:00 committed by GitHub
parent 5187ba8a34
commit 3f6570ea30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,10 +14,10 @@ jobs:
ci-cd: ci-cd:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: wagoid/commitlint-github-action@v5 - uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
if: github.event_name == 'pull_request' if: github.event_name == 'pull_request'
- uses: actions/setup-node@v3 - uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with: with:
cache: 'npm' cache: 'npm'
node-version-file: '.nvmrc' node-version-file: '.nvmrc'