Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit efd4806

Browse files
chore(deps): update actions/cache action to v4 (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent edaaf86 commit efd4806

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- name: Cache Mint packages
1616
id: mint-cache
17-
uses: actions/cache@v3
17+
uses: actions/cache@v4
1818
with:
1919
path: /Users/runner/.mint
2020
key: ${{ runner.os }}-mint-${{ hashFiles('**/Mintfile') }}

.github/workflows/podspec_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Cache bundler gems
16-
uses: actions/cache@v3
16+
uses: actions/cache@v4
1717
with:
1818
path: vendor/bundle
1919
key: ${{ runner.os }}-gems-${{ hashFiles('Gemfile.lock') }}

0 commit comments

Comments
 (0)