Skip to content

Commit

Permalink
Merge pull request #198 from huniafatima-arbi/huniafatima/replace-dep…
Browse files Browse the repository at this point in the history
…recated-github-actions

fix: replace deprecated github actions
  • Loading branch information
UsamaSadiq authored Jul 23, 2024
2 parents 45d7847 + 0fc6387 commit e28f82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mysql8-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Get pip cache dir
id: pip-cache-dir
run: |
echo "::set-output name=dir::$(pip cache dir)"
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
- name: Cache pip dependencies
id: cache-dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit e28f82a

Please sign in to comment.