From 2c3c47b4a92a25513c2a7f3fdf5fb02a7857de1f Mon Sep 17 00:00:00 2001 From: Jef LeCompte Date: Mon, 22 Feb 2021 00:38:57 -0500 Subject: [PATCH] ci: pin version to major --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 902a315..9222f7c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,11 +11,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Setup Node.js - uses: actions/setup-node@v2.1.4 + uses: actions/setup-node@v2 with: node-version: 14.15.4 - name: Setup build cache - uses: actions/cache@v2.1.4 + uses: actions/cache@v2 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }} @@ -33,7 +33,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - name: Run paths filter - uses: dorny/paths-filter@v2.8.0 + uses: dorny/paths-filter@v2 id: filter with: filters: |