From 4fd7e5d4a94e6a7b682d45edc98ece52c9a8cd87 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Sat, 29 Feb 2020 17:00:38 -0700 Subject: [PATCH] chore: update actions --- .github/workflows/neocities.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/neocities.yml b/.github/workflows/neocities.yml index 5caee43..ec5e35a 100644 --- a/.github/workflows/neocities.yml +++ b/.github/workflows/neocities.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 # Set up any tools and build steps here # This example uses a Node.js toolchain to build a site - name: Use Node.js diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7f6d5f..ce11cfe 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: node: [12] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v1 with: