Skip to content

Commit

Permalink
chore: replace deprecated github actions (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi authored Oct 24, 2024
1 parent 505095a commit 6aa0a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/migrations-mysql8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
- master
- 2u/release

jobs:
check_migrations:
name: check migrations mysql8
Expand All @@ -33,7 +33,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 6aa0a15

Please sign in to comment.