Skip to content

Commit 41a9348

Browse files
authored
Merge pull request #32 from open-contracting-extensions/dependabot/github_actions/actions/cache-4
Bump actions/cache from 3 to 4
2 parents d013c1c + 817a8e2 commit 41a9348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-python@v5
1212
with:
1313
python-version: '3.10'
14-
- uses: actions/cache@v3
14+
- uses: actions/cache@v4
1515
with:
1616
path: ~/.cache/pip
1717
key: ${{ runner.os }}-pip

0 commit comments

Comments
 (0)