From 8f801ebd7cd318adcecff8ff93c6891a724eb3a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 17:23:27 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v3 --- .github/workflows/elixir.yml | 6 +++--- .github/workflows/erlang.yml | 6 +++--- .github/workflows/w3c_interop.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index e498252b..ee8106f8 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -18,7 +18,7 @@ jobs: otp-version: '25.0' elixir-version: '1.13.4' version-type: 'strict' - - uses: actions/cache@v2 + - uses: actions/cache@v3 name: Cache with: path: | @@ -78,7 +78,7 @@ jobs: elixir-version: ${{ matrix.elixir_version }} rebar3-version: ${{ matrix.rebar3_version }} version-type: 'strict' - - uses: actions/cache@v2 + - uses: actions/cache@v3 name: Cache with: path: | @@ -120,7 +120,7 @@ jobs: otp-version: ${{ matrix.otp_version }} elixir-version: ${{ matrix.elixir_version }} version-type: 'strict' - - uses: actions/cache@v2 + - uses: actions/cache@v3 name: Cache with: path: | diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index ae2e6bce..de2a5ba2 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -36,7 +36,7 @@ jobs: otp-version: ${{ matrix.otp_version }} rebar3-version: ${{ matrix.rebar3_version }} version-type: 'strict' - - uses: actions/cache@v2 + - uses: actions/cache@v3 name: Cache with: path: | @@ -101,7 +101,7 @@ jobs: otp-version: ${{ matrix.otp_version }} rebar3-version: ${{ matrix.rebar3_version }} version-type: 'strict' - - uses: actions/cache@v2 + - uses: actions/cache@v3 name: Cache with: path: | @@ -129,7 +129,7 @@ jobs: otp-version: ${{ matrix.otp_version }} rebar3-version: ${{ matrix.rebar3_version }} version-type: 'strict' - - uses: actions/cache@v2 + - uses: actions/cache@v3 name: Cache with: path: | diff --git a/.github/workflows/w3c_interop.yml b/.github/workflows/w3c_interop.yml index 85dd5955..bc269b6c 100644 --- a/.github/workflows/w3c_interop.yml +++ b/.github/workflows/w3c_interop.yml @@ -19,7 +19,7 @@ jobs: - uses: erlef/setup-beam@v1 with: otp-version: '26.0' - - uses: actions/cache@v2 + - uses: actions/cache@v3 name: Cache with: path: |