From 948fd2fcdf468fb320d565257d4ad83fcaf9dac9 Mon Sep 17 00:00:00 2001 From: John Parris Date: Thu, 22 Feb 2024 09:29:43 -0500 Subject: [PATCH] ci: upload-schema-artifact: Update actions and pin Ubuntu version --- .github/workflows/upload-schema-artifact.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upload-schema-artifact.yml b/.github/workflows/upload-schema-artifact.yml index 59cb9593..4c642d3f 100644 --- a/.github/workflows/upload-schema-artifact.yml +++ b/.github/workflows/upload-schema-artifact.yml @@ -6,7 +6,7 @@ on: jobs: run: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 name: Generate and Upload WPGraphQL Schema Artifact services: mariadb: @@ -19,7 +19,7 @@ jobs: options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3 steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.pull_request.head.sha }} - name: Setup WordPress