diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b2c2b8..9dcad8d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: rustup component add rustfmt clippy - name: Cache Rust dependencies - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ~/.cargo/bin/ @@ -88,7 +88,7 @@ jobs: rustup component add llvm-tools-preview - name: Cache Rust dependencies - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ~/.cargo/bin/ @@ -133,7 +133,7 @@ jobs: echo "$HOME/.local/bin" >> "$GITHUB_PATH" - name: Cache mise tools - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/.local/share/mise key: mise-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mise.toml') }} @@ -155,7 +155,7 @@ jobs: mix local.rebar --force - name: Cache Mix dependencies - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | deps @@ -208,7 +208,7 @@ jobs: echo "$HOME/.local/bin" >> "$GITHUB_PATH" - name: Cache mise tools - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/.local/share/mise key: mise-compat-${{ runner.os }}-${{ runner.arch }}-erlang-${{ matrix.erlang }}-elixir-${{ matrix.elixir_otp }}-${{ hashFiles('mise.toml') }} @@ -231,7 +231,7 @@ jobs: mix local.rebar --force - name: Cache Mix dependencies - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | deps @@ -266,7 +266,7 @@ jobs: echo "$HOME/.local/bin" >> "$GITHUB_PATH" - name: Cache mise tools - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/.local/share/mise key: mise-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mise.toml') }} @@ -288,7 +288,7 @@ jobs: mix local.rebar --force - name: Cache Mix dependencies - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | deps @@ -298,7 +298,7 @@ jobs: ${{ runner.os }}-integration-mix- - name: Cache Rust dependencies - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ~/.cargo/bin/ @@ -375,7 +375,7 @@ jobs: - name: Cache mise tools if: steps.check-secrets.outputs.skip != 'true' - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: ~/.local/share/mise key: mise-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mise.toml') }} @@ -401,7 +401,7 @@ jobs: - name: Cache Mix dependencies if: steps.check-secrets.outputs.skip != 'true' - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | deps @@ -412,7 +412,7 @@ jobs: - name: Cache Rust dependencies if: steps.check-secrets.outputs.skip != 'true' - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: | ~/.cargo/bin/