Skip to content

Commit aee76c9

Browse files
authored
Merge pull request #103 from koedame/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents 241552c + 1d4fd7d commit aee76c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coding-style-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Restore Cache
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
id: bundle_cache_id
2020
env:
2121
cache-name: cache-bundle

.github/workflows/run-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Restore Cache
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
id: bundle_cache_id
2020
env:
2121
cache-name: cache-bundle

0 commit comments

Comments
 (0)