Skip to content

Commit

Permalink
fix: replace deprecated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Jul 3, 2024
1 parent eee9735 commit 5d224e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mysql8-migrations-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Get pip cache dir
id: pip-cache-dir
run: |
echo "dir=$(pip cache dir)" >> GITHUB_OUTPUT
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Cache pip dependencies
id: cache-dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit 5d224e4

Please sign in to comment.