Skip to content

Commit 6e2cd9b

Browse files
authored
Merge pull request #1249 from elixir-lsp/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 9b10512 + d34662f commit 6e2cd9b

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
otp-version: ${{matrix.otp}}
3838
elixir-version: ${{matrix.elixir}}
3939
- name: Cache dependencies
40-
uses: actions/cache@v4
40+
uses: actions/cache@v5
4141
with:
4242
path: |
4343
_build
@@ -84,7 +84,7 @@ jobs:
8484
otp-version: ${{matrix.otp}}
8585
elixir-version: ${{matrix.elixir}}
8686
- name: Cache dependencies
87-
uses: actions/cache@v4
87+
uses: actions/cache@v5
8888
with:
8989
path: |
9090
_build
@@ -164,7 +164,7 @@ jobs:
164164
otp-version: ${{matrix.otp}}
165165
elixir-version: ${{matrix.elixir}}
166166
- name: Cache dependencies
167-
uses: actions/cache@v4
167+
uses: actions/cache@v5
168168
with:
169169
path: |
170170
_build
@@ -189,7 +189,7 @@ jobs:
189189
otp-version: 28.x
190190
elixir-version: 1.19.x
191191
- name: Cache build artifacts
192-
uses: actions/cache@v4
192+
uses: actions/cache@v5
193193
with:
194194
path: |
195195
~/.hex

.github/workflows/release-asset.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
otp-version: 28.x
5555

5656
- name: Cache dependencies
57-
uses: actions/cache@v4
57+
uses: actions/cache@v5
5858
with:
5959
path: |
6060
_build

0 commit comments

Comments
 (0)