chore(deps): update dependency erlang to v26.0.2 #2

Merged
james merged 2 commits from renovate/erlang-26.x into main 2023-07-21 15:29:22 +12:00
Showing only changes of commit 2bfc7fae1a - Show all commits

View file

@ -41,7 +41,7 @@ steps:
from_secret: CACHE_BUCKET from_secret: CACHE_BUCKET
region: us-east-1 region: us-east-1
path-style: true path-style: true
cache_key: 'elixir-{{ checksum "mix.lock" }}' cache_key: 'elixir-{{ checksum "mix.lock" }}-{{ checksum ".tool-versions" }}'
mount: mount:
- deps - deps
- _build - _build
@ -115,7 +115,7 @@ steps:
from_secret: CACHE_BUCKET from_secret: CACHE_BUCKET
region: us-east-1 region: us-east-1
path-style: true path-style: true
cache_key: 'elixir-{{ checksum "mix.lock" }}' cache_key: 'elixir-{{ checksum "mix.lock" }}-{{ checksum ".tool-versions" }}'
mount: mount:
- deps - deps
- _build - _build
@ -171,7 +171,7 @@ steps:
from_secret: CACHE_BUCKET from_secret: CACHE_BUCKET
region: us-east-1 region: us-east-1
path-style: true path-style: true
cache_key: 'elixir-{{ checksum "mix.lock" }}' cache_key: 'elixir-{{ checksum "mix.lock" }}-{{ checksum ".tool-versions" }}'
mount: mount:
- deps - deps
- _build - _build
@ -359,7 +359,7 @@ steps:
from_secret: CACHE_BUCKET from_secret: CACHE_BUCKET
region: us-east-1 region: us-east-1
path-style: true path-style: true
cache_key: 'elixir-{{ checksum "mix.lock" }}' cache_key: 'elixir-{{ checksum "mix.lock" }}-{{ checksum ".tool-versions" }}'
mount: mount:
- deps - deps
- _build - _build
@ -450,7 +450,7 @@ steps:
from_secret: CACHE_BUCKET from_secret: CACHE_BUCKET
region: us-east-1 region: us-east-1
path-style: true path-style: true
cache_key: 'elixir-{{ checksum "mix.lock" }}' cache_key: 'elixir-{{ checksum "mix.lock" }}-{{ checksum ".tool-versions" }}'
mount: mount:
- deps - deps
- _build - _build