Skip to content

Commit c22eb67

Browse files
chore(deps): bump actions/cache from 4.3.0 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@0057852...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae80bcb commit c22eb67

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/contracts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
targets: wasm32-unknown-unknown
6161

6262
- name: Cache Cargo registry
63-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
63+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
6464
with:
6565
path: |
6666
~/.cargo/registry
@@ -139,7 +139,7 @@ jobs:
139139
targets: wasm32-unknown-unknown
140140

141141
- name: Cache Cargo registry & shared target dir
142-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
142+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
143143
with:
144144
path: |
145145
~/.cargo/registry

.github/workflows/deploy-futurenet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
soroban --version
3939
4040
- name: Cache Cargo registry
41-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
41+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
4242
with:
4343
path: |
4444
~/.cargo/registry

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Cache Playwright browsers
186186
id: playwright-cache
187-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
187+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
188188
with:
189189
path: ~/.cache/ms-playwright
190190
key: playwright-${{ runner.os }}-${{ hashFiles('Dechat/dex_with_fiat_frontend/pnpm-lock.yaml') }}

0 commit comments

Comments
 (0)