pin everything to same major, latest minor

This commit is contained in:
Samuel Newman
2026-05-14 10:12:37 +03:00
parent da44df9124
commit 5c07aaa36e
16 changed files with 95 additions and 95 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out PR HEAD
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 0
@@ -22,7 +22,7 @@ jobs:
run: git fetch origin $BASE_REF --depth=1
- name: Install node
uses: actions/setup-node@v6
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version-file: .nvmrc