mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-11-25 20:42:40 +00:00
Lock actions/checkout version until github fixes it
This commit is contained in:
2
.github/workflows/ensure-build.yml
vendored
2
.github/workflows/ensure-build.yml
vendored
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user