Lock actions/checkout version until github fixes it

This commit is contained in:
Jocelyn Badgley (Twipped) 2022-01-11 18:40:37 -08:00
parent b030f48b4f
commit 7b06773deb

View File

@ -9,7 +9,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2.3.5
- name: Install GraphicsMagick - name: Install GraphicsMagick
run: sudo apt install graphicsmagick run: sudo apt install graphicsmagick
- name: Use Node.js ${{ matrix.node-version }} - name: Use Node.js ${{ matrix.node-version }}