Skip to content

Commit 812af66

Browse files
authored
Merge pull request #1074 from lusergit/chore/forward-port-1.1-1.2
chore(porting): forward port release-1.1 to release-1.2
2 parents fd67c54 + 9914daf commit 812af66

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/astarte-apps-build-workflow.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ jobs:
4242
MIX_ENV: ci
4343
steps:
4444
- uses: actions/checkout@v2
45-
- uses: actions/cache@v1
45+
- uses: actions/cache@v4
4646
with:
4747
path: apps/${{ matrix.app }}/deps
4848
key: ${{ runner.os }}-dialyzer-mix-${{ env.otp_version }}-${{ env.elixir_version }}-${{ matrix.app }}-${{ hashFiles(format('{0}{1}{2}{3}', github.workspace, '/apps/', matrix.app, '/mix.lock')) }}
4949
restore-keys: |
5050
${{ runner.os }}-dialyzer-mix-${{ env.otp_version }}-${{ env.elixir_version }}-${{ matrix.app }}-
51-
- uses: actions/cache@v1
51+
- uses: actions/cache@v4
5252
with:
5353
path: apps/${{ matrix.app }}/_build
5454
key: ${{ runner.os }}-dialyzer-_build-${{ env.otp_version }}-${{ env.elixir_version }}-${{ matrix.app }}-${{ github.sha }}
5555
restore-keys: |
5656
${{ runner.os }}-dialyzer-_build-${{ env.otp_version }}-${{ env.elixir_version }}-${{ matrix.app }}-
57-
- uses: actions/cache@v1
57+
- uses: actions/cache@v4
5858
id: plt_cache
5959
with:
6060
path: apps/${{ matrix.app }}/dialyzer_cache
@@ -121,7 +121,7 @@ jobs:
121121
RABBITMQ_HOST: localhost
122122
steps:
123123
- uses: actions/checkout@v2
124-
- uses: actions/cache@v1
124+
- uses: actions/cache@v4
125125
with:
126126
path: apps/${{ matrix.app }}/deps
127127
key: ${{ runner.os }}-apps-mix-${{ env.otp_version }}-${{ env.elixir_version }}-${{ matrix.app }}-${{ hashFiles(format('{0}{1}{2}{3}', github.workspace, '/apps/', matrix.app, '/mix.lock')) }}

.github/workflows/astarte-end-to-end-test-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ jobs:
6868
run: |
6969
JWT=$(./astartectl utils gen-jwt appengine channels -k test_private.pem)
7070
echo "E2E_JWT=$JWT" >> $GITHUB_ENV
71-
- uses: actions/cache@v1
71+
- uses: actions/cache@v4
7272
with:
7373
path: tools/astarte_e2e/deps
7474
key: deps-${{ env.otp_version }}-${{ env.elixir_version }}-${{ hashFiles(format('{0}{1}{2}', github.workspace, '/tools/astarte_e2e', '/mix.lock')) }}
75-
- uses: actions/cache@v1
75+
- uses: actions/cache@v4
7676
with:
7777
path: tools/astarte_e2e/_build
7878
key: build-${{ env.otp_version }}-${{ env.elixir_version }}

0 commit comments

Comments
 (0)