Skip to content

Commit e2dd432

Browse files
authored
Merge pull request #41 from googlemaps-samples/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents a746c7f + 1579209 commit e2dd432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
melos-version: "6.0.0"
107107
- name: Cache podfiles
108-
uses: actions/cache@v4
108+
uses: actions/cache@v5
109109
with:
110110
path: "**/Pods"
111111
key: ${{ runner.os }}-pods-${{ hashFiles('**/*.podspec') }}

0 commit comments

Comments
 (0)