diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57a0d863..5ab5fe23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: run: nix profile add nixpkgs#devenv # devenv cache includes bundle - name: Cache .devenv directory - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 id: devenv-cache with: path: .devenv @@ -29,7 +29,7 @@ jobs: restore-keys: | ${{ runner.os }}-devenv- - name: Cache node_modules directory - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 id: node_modules-cache with: path: node_modules