From dd21bc51070bba11b7a54b7878d65ec084199e12 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sat, 13 Sep 2025 01:17:22 +0300 Subject: [PATCH] chore(ci): update workflows --- .github/workflows/release.yml | 8 ++++---- .github/workflows/test.yml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9df3862..40dac82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,7 +114,7 @@ jobs: node-version: 24 - name: Cache Node.js dependencies - uses: actions/cache@dfa6ed13c88fe79b56c4ffc79a42db2e8d2b15a5 # v4.2.0 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ~/.npm key: ${{ runner.os }}-node-24-${{ hashFiles('**/package-lock.json') }} @@ -153,7 +153,7 @@ jobs: registry-url: "https://registry.npmjs.org" - name: Cache Node.js dependencies - uses: actions/cache@dfa6ed13c88fe79b56c4ffc79a42db2e8d2b15a5 # v4.2.0 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ~/.npm key: ${{ runner.os }}-node-24-${{ hashFiles('**/package-lock.json') }} @@ -165,7 +165,7 @@ jobs: run: npm ci || { echo "❌ npm install failed"; npm install; } - name: Cache Tree-sitter CLI - uses: actions/cache@dfa6ed13c88fe79b56c4ffc79a42db2e8d2b15a5 # v4.2.0 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ~/.npm/_npx key: ${{ runner.os }}-tree-sitter-cli-${{ hashFiles('package.json') }} @@ -174,7 +174,7 @@ jobs: run: npm install -g tree-sitter-cli - name: Cache Generated Grammar - uses: actions/cache@dfa6ed13c88fe79b56c4ffc79a42db2e8d2b15a5 # v4.2.0 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 id: cache-grammar with: path: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 796d8b1..5e3ac1f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,7 +36,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache Node.js dependencies - uses: actions/cache@dfa6ed13c88fe79b56c4ffc79a42db2e8d2b15a5 # v4.2.0 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 id: cache-npm with: path: ~/.npm @@ -50,7 +50,7 @@ jobs: shell: bash - name: Cache Tree-sitter CLI - uses: actions/cache@dfa6ed13c88fe79b56c4ffc79a42db2e8d2b15a5 # v4.2.0 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 id: cache-tree-sitter with: path: ~/.npm/_npx @@ -61,7 +61,7 @@ jobs: shell: bash - name: Cache Generated Grammar - uses: actions/cache@dfa6ed13c88fe79b56c4ffc79a42db2e8d2b15a5 # v4.2.0 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 id: cache-grammar with: path: | @@ -76,7 +76,7 @@ jobs: shell: bash - name: Cache Built Parser - uses: actions/cache@dfa6ed13c88fe79b56c4ffc79a42db2e8d2b15a5 # v4.2.0 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 id: cache-parser with: path: | @@ -150,7 +150,7 @@ jobs: node-version: 24 - name: Cache Node.js dependencies - uses: actions/cache@dfa6ed13c88fe79b56c4ffc79a42db2e8d2b15a5 # v4.2.0 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ~/.npm key: ${{ runner.os }}-node-24-${{ hashFiles('**/package-lock.json') }} @@ -181,7 +181,7 @@ jobs: node-version: 24 - name: Cache Node.js dependencies - uses: actions/cache@dfa6ed13c88fe79b56c4ffc79a42db2e8d2b15a5 # v4.2.0 + uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 with: path: ~/.npm key: ${{ runner.os }}-node-24-${{ hashFiles('**/package-lock.json') }}