Skip to content

Commit 3c48ee3

Browse files
authored
Merge pull request #25 from demisto/mmhw-patch-1
Update build.yml
2 parents ba37a1a + 2f9117d commit 3c48ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Version range or exact version of a Python version to use, using SemVer's version range syntax.
2121
python-version: "3.10"
2222
- name: Cache pip dependencies
23-
uses: actions/cache@v1
23+
uses: actions/cache@v4
2424
with:
2525
path: ~/.cache/pip
2626
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)