fix: replace deprecated github actions
This commit is contained in:
2
.github/workflows/lint-imports.yml
vendored
2
.github/workflows/lint-imports.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
|
||||
- name: Get pip cache dir
|
||||
id: pip-cache-dir
|
||||
run: echo "::set-output name=dir::$(pip cache dir)"
|
||||
run: echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Cache pip dependencies
|
||||
id: cache-dependencies
|
||||
|
||||
Reference in New Issue
Block a user