diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57a0d863..30623a2c 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 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@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 id: node_modules-cache with: path: node_modules