Skip to content

Commit 70d1b2b

Browse files
authored
Merge pull request #812 from lightspeedwp/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 2d99b32 + 81edad1 commit 70d1b2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/yaml-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python-version: '3.x'
3737

3838
- name: Cache pip dependencies
39-
uses: actions/cache@v4
39+
uses: actions/cache@v5
4040
with:
4141
path: ~/.cache/pip
4242
key: ${{ runner.os }}-pip-yamllint

0 commit comments

Comments
 (0)