From a58416566fda86a8fe447928ca30acfdd9e011cb Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 1 Feb 2022 10:26:04 +0000 Subject: [PATCH] ci: use major versions of github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5a82b7..3061648 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,9 +23,9 @@ jobs: - ubuntu-latest - windows-latest steps: - - uses: actions/checkout@v2.4.0 + - uses: actions/checkout@v2 - name: Use Node.js - uses: actions/setup-node@v2.5.1 + uses: actions/setup-node@v2 with: node-version: ${{ matrix.node-version }} - name: Install Dependencies