diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index f6ef68b..c8f1a4a 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -30,7 +30,7 @@ jobs: # Cache dependencies - name: Get pip cache dir id: pip-cache - run: echo "::set-output name=dir::$(pip cache dir)" + run: echo "dir=$(pip cache dir)" >> "$GITHUB_OUTPUT" - name: Cache dependencies uses: actions/cache@v2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1fe47a7..2150eb1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: # Cache dependencies - name: Get pip cache dir id: pip-cache - run: echo "::set-output name=dir::$(pip cache dir)" + run: echo "dir=$(pip cache dir)" >> "$GITHUB_OUTPUT" - name: Cache dependencies uses: actions/cache@v2