chore(deps): pin dependencies

This commit is contained in:
renovate[bot] 2024-05-01 00:05:33 +00:00 committed by GitHub
parent 460c6ab043
commit 39ed5830b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,12 +10,12 @@ jobs:
if: github.event.ref_type == 'branch' && github.ref_name != 'main' && github.ref_name != 'master' if: github.event.ref_type == 'branch' && github.ref_name != 'main' && github.ref_name != 'master'
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref }}
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@v3 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
with: with:
node-version: '20' node-version: '20'