From 1562f7f8f9899a71a383a06a499cfd0359937e6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 17:44:48 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 623997b..d9613a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,13 +12,13 @@ jobs: lint_build_test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Install mise - uses: jdx/mise-action@v4 + uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4 - name: Cache node_modules - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: node_modules key: ${{ runner.os }}-node_modules-${{ hashFiles('yarn.lock') }} @@ -26,7 +26,7 @@ jobs: ${{ runner.os }}-node_modules- - name: Cache yarn global cache - uses: actions/cache@v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: ~/.yarn/berry key: ${{ runner.os }}-yarn-berry-${{ hashFiles('yarn.lock') }}