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') }}