Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down Expand Up @@ -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/
Expand Down Expand Up @@ -131,7 +131,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') }}
Expand All @@ -153,7 +153,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
Expand Down Expand Up @@ -204,7 +204,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-26.2-elixir-1.17.0
Expand All @@ -227,7 +227,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
Expand Down Expand Up @@ -262,7 +262,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') }}
Expand All @@ -284,7 +284,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
Expand All @@ -294,7 +294,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/
Expand Down Expand Up @@ -371,7 +371,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') }}
Expand All @@ -397,7 +397,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
Expand All @@ -408,7 +408,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/
Expand Down