We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd031b commit bd0df15Copy full SHA for bd0df15
.github/actions/build-vsix/action.yml
@@ -22,7 +22,7 @@ runs:
22
python-version: 3.8
23
24
- name: Pip cache
25
- uses: actions/cache@v3
+ uses: actions/cache@v4
26
with:
27
path: ~/.cache/pip
28
key: ${{ runner.os }}-pip-build-vsix-${{ hashFiles('**/requirements.txt') }}
0 commit comments