Skip to content

Commit

Permalink
ci: upload-schema-artifact: Update actions and pin Ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
mindctrl committed Feb 22, 2024
1 parent 3c8a135 commit 948fd2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload-schema-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 948fd2f

Please sign in to comment.