From 2d9e55e4b3cbab503514ca57694d11c47311c643 Mon Sep 17 00:00:00 2001 From: Hunia Fatima Date: Wed, 10 Jul 2024 11:26:06 +0500 Subject: [PATCH] fix: replace deprecated github actions (#628) --- .github/workflows/mysql8-check-migrations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mysql8-check-migrations.yml b/.github/workflows/mysql8-check-migrations.yml index 3ffc391e..604b218f 100644 --- a/.github/workflows/mysql8-check-migrations.yml +++ b/.github/workflows/mysql8-check-migrations.yml @@ -34,7 +34,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