From 46781cc6cf826d3c2fc0494b07a02395125a7fbf Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 1 Feb 2022 21:16:31 +0000 Subject: [PATCH] ci: use major versions of github actions (#179) --- .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 d409ac7..05c06ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,9 +24,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