Skip to content

Commit

Permalink
Merge pull request #130 from arunsathiya:main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 615501281
  • Loading branch information
Xee authors committed Mar 13, 2024
2 parents 10c79ec + 80bd022 commit 48d4062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
id: pip-cache
run: |
python -m pip install --upgrade pip wheel
echo "::set-output name=dir::$(pip cache dir)"
echo "dir=$(pip cache dir)" >> "$GITHUB_OUTPUT"
- name: pip cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 48d4062

Please sign in to comment.