Skip to content

Commit 8f95279

Browse files
authored
Merge pull request #260 from yamachu/dependabot/github_actions/actions/cache-5.0.2
Bump actions/cache from 5.0.1 to 5.0.2
2 parents aea55e7 + cb330cd commit 8f95279

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/csharp_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
4444
with:
4545
dotnet-version: 9
46-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
46+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
4747
with:
4848
path: |
4949
./binding/voicevox_core/target/release/libvoicevox_core.so
@@ -74,7 +74,7 @@ jobs:
7474
- uses: actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
7575
with:
7676
dotnet-version: 9
77-
- uses: actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
77+
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
7878
with:
7979
path: |
8080
./binding/voicevox_core/target/release/libvoicevox_core.so

0 commit comments

Comments
 (0)