From 10f65a0ecb5f474b6f862dc18f40537add60f552 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 20 Apr 2022 06:31:00 -0500 Subject: Upgrade GH Actions libs --- .github/workflows/builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/builds.yml') diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index b5bce9a..726fa85 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -27,9 +27,9 @@ jobs: - name: Set env vars run: echo "PNPM_CACHE=$HOME/.pnpm-store" >> $GITHUB_ENV - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Use Node.js specified in the '.nvmrc' file - uses: actions/setup-node@v2 + uses: actions/setup-node@v3 with: node-version-file: '.nvmrc' - name: Install pnpm -- cgit v1.2.3-54-g00ecf