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

Commit b9bd02a

Browse files
chore(deps): update actions/cache action to v5
1 parent efd4806 commit b9bd02a

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@v4
17+
uses: actions/cache@v5
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@v4
16+
uses: actions/cache@v5
1717
with:
1818
path: vendor/bundle
1919
key: ${{ runner.os }}-gems-${{ hashFiles('Gemfile.lock') }}

0 commit comments

Comments
 (0)