diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c995e32..2e95da1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,12 +23,12 @@ jobs: fetch-depth: 1 persist-credentials: false - name: Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # tag: v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # tag: v6.4.0 with: node-version: lts/-1 - name: Cache node_modules id: cache-node-modules - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # tag: v5.0.4 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # tag: v5.0.5 with: path: node_modules key: ${{ runner.os }}-${{ hashFiles('yarn.lock') }}-node-modules