From 77251a731360b1a30859eef5b24500700d0fe1da Mon Sep 17 00:00:00 2001 From: Rosaline Karr Date: Mon, 25 Mar 2024 23:04:16 -0400 Subject: [PATCH] Fixed outdated github action --- .github/workflows/gh-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e88d084..8cdb503 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -8,7 +8,7 @@ on: jobs: deploy: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v2 - name: Build - uses: jzweifel/gatsby-cli-github-action@master + uses: fweinaug/gatsby-cli-github-action@master with: gatsby-arg: build