Skip to content

Commit 5944c8e

Browse files
authored
Update get-diff-action due to environment variables update (#993)
Github Actions changed the way they handle environment variables last week; the version of get-diff-action we were using used the old style.
1 parent 7d61ff7 commit 5944c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
path: ~/.cache/cve-bin-tool
100100
key: ${{ runner.os }}-cve-bin-tool-${{ steps.get-date.outputs.date }}
101-
- uses: technote-space/get-diff-action@v1
101+
- uses: technote-space/get-diff-action@v4
102102
with:
103103
PREFIX_FILTER: |
104104
cve_bin_tool/checkers
@@ -197,4 +197,4 @@ jobs:
197197
run: >
198198
pytest -v
199199
test/test_cvedb.py
200-
test/test_cli.py
200+
test/test_cli.py

0 commit comments

Comments
 (0)