diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index 775875e..200a89e 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -20,7 +20,7 @@ jobs: registry-url: "https://registry.npmjs.org" node-version: ${{ matrix.node }} - name: Checkout - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.3.0 - name: Get Yarn Cache Directory Path id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)"