From eb91f312a69d0717c4429afdc72434f07aa597c9 Mon Sep 17 00:00:00 2001 From: Han Date: Tue, 26 Mar 2024 19:53:47 +0000 Subject: [PATCH] update test versions --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 27abb276..d49c748e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@main - name: Install native postgres client run: | @@ -51,10 +51,10 @@ jobs: - name: Get Yarn cache directory path id: yarn-cache - run: echo "::set-output name=dir::$(yarn cache dir)" + run: echo "name=dir::$(yarn cache dir)" >> $GITHUB_OUTPUT - name: Setup cache key and directory for node_modules cache - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ${{ steps.yarn-cache.outputs.dir }} key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}