Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Commit

Permalink
Revert "GitHub actions update" (#560)
Browse files Browse the repository at this point in the history
Reverts #558
  • Loading branch information
aguschin authored Dec 30, 2022
1 parent 47b2ea0 commit 749b8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: get pip cache dir
id: cache-dir
run: |
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
echo "::set-output name=dir::$(pip cache dir)"
- name: set pip cache
id: cache
uses: actions/cache@v3.0.11
Expand Down

0 comments on commit 749b8d9

Please sign in to comment.