Skip to content

Commit

Permalink
Merge pull request #653 from open-telemetry/renovate/actions-cache-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/cache action to v3
  • Loading branch information
bryannaegele authored Nov 16, 2023
2 parents 837a5e9 + 8f801eb commit 1a6fa1a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/w3c_interop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1a6fa1a

Please sign in to comment.