Skip to content

Commit b8abc96

Browse files
build(deps): bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3998ace commit b8abc96

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
rebar3-version: ${{ env.REBAR3_VERSION }}
3232

3333
- name: Restore _build folder
34-
uses: actions/cache@v5
34+
uses: actions/cache@v6
3535
with:
3636
path: _build
3737
key: "_build-cache-for\
@@ -40,7 +40,7 @@ jobs:
4040
-hash-${{ hashFiles('rebar.lock') }}"
4141

4242
- name: Restore rebar3's cache
43-
uses: actions/cache@v5
43+
uses: actions/cache@v6
4444
with:
4545
path: ~/.cache/rebar3
4646
key: "rebar3-cache-for\

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
rebar3-version: ${{ env.REBAR3_VERSION }}
8383

8484
- name: Restore _build folder
85-
uses: actions/cache@v5
85+
uses: actions/cache@v6
8686
with:
8787
path: _build
8888
key: "_build-cache-for\
@@ -91,7 +91,7 @@ jobs:
9191
-hash-${{ hashFiles('rebar.lock') }}"
9292

9393
- name: Restore rebar3's cache
94-
uses: actions/cache@v5
94+
uses: actions/cache@v6
9595
with:
9696
path: ~/.cache/rebar3
9797
key: "rebar3-cache-for\
@@ -136,7 +136,7 @@ jobs:
136136
rebar3-version: ${{ env.REBAR3_VERSION }}
137137

138138
- name: Restore _build folder
139-
uses: actions/cache@v5
139+
uses: actions/cache@v6
140140
with:
141141
path: _build
142142
key: "_build-cache-for\
@@ -145,7 +145,7 @@ jobs:
145145
-hash-${{ hashFiles('rebar.lock') }}"
146146

147147
- name: Restore rebar3's cache
148-
uses: actions/cache@v5
148+
uses: actions/cache@v6
149149
with:
150150
path: ~/.cache/rebar3
151151
key: "rebar3-cache-for\

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
rebar3-version: ${{ env.REBAR3_VERSION }}
5252

5353
- name: Restore _build folder
54-
uses: actions/cache@v5
54+
uses: actions/cache@v6
5555
with:
5656
path: _build
5757
key: "_build-cache-for\
@@ -60,7 +60,7 @@ jobs:
6060
-hash-${{ hashFiles('rebar.lock') }}"
6161

6262
- name: Restore rebar3's cache
63-
uses: actions/cache@v5
63+
uses: actions/cache@v6
6464
with:
6565
path: ~/.cache/rebar3
6666
key: "rebar3-cache-for\

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
rebar3-version: ${{ env.REBAR3_VERSION }}
3232

3333
- name: Restore _build folder
34-
uses: actions/cache@v5
34+
uses: actions/cache@v6
3535
with:
3636
path: _build
3737
key: "_build-cache-for\
@@ -40,7 +40,7 @@ jobs:
4040
-hash-${{ hashFiles('rebar.lock') }}"
4141

4242
- name: Restore rebar3's cache
43-
uses: actions/cache@v5
43+
uses: actions/cache@v6
4444
with:
4545
path: ~/.cache/rebar3
4646
key: "rebar3-cache-for\

0 commit comments

Comments
 (0)