Skip to content

Commit 16bbcdf

Browse files
authored
Merge pull request #1269 from elixir-lsp/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents 2fc89d9 + cfcfc23 commit 16bbcdf

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
@@ -34,7 +34,7 @@ jobs:
3434
otp-version: ${{matrix.otp}}
3535
elixir-version: ${{matrix.elixir}}
3636
- name: Cache dependencies
37-
uses: actions/cache@v5
37+
uses: actions/cache@v6
3838
with:
3939
path: |
4040
_build
@@ -78,7 +78,7 @@ jobs:
7878
otp-version: ${{matrix.otp}}
7979
elixir-version: ${{matrix.elixir}}
8080
- name: Cache dependencies
81-
uses: actions/cache@v5
81+
uses: actions/cache@v6
8282
with:
8383
path: |
8484
_build
@@ -154,7 +154,7 @@ jobs:
154154
otp-version: ${{matrix.otp}}
155155
elixir-version: ${{matrix.elixir}}
156156
- name: Cache dependencies
157-
uses: actions/cache@v5
157+
uses: actions/cache@v6
158158
with:
159159
path: |
160160
_build
@@ -179,7 +179,7 @@ jobs:
179179
otp-version: 29.x
180180
elixir-version: 1.20.x
181181
- name: Cache build artifacts
182-
uses: actions/cache@v5
182+
uses: actions/cache@v6
183183
with:
184184
path: |
185185
~/.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@v5
57+
uses: actions/cache@v6
5858
with:
5959
path: |
6060
_build

0 commit comments

Comments
 (0)