From ab75966211a80ab12287b1c016cd601d0fbf4ff4 Mon Sep 17 00:00:00 2001 From: Kezz Date: Thu, 25 Apr 2024 14:23:44 +0100 Subject: [PATCH] bump checkout version --- .github/workflows/check-schema.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-schema.yml b/.github/workflows/check-schema.yml index 2925378..918be16 100644 --- a/.github/workflows/check-schema.yml +++ b/.github/workflows/check-schema.yml @@ -16,7 +16,7 @@ jobs: if: "${{ github.event_name != 'pull_request' || github.repository != github.event.pull_request.head.repo.full_name }}" steps: - name: Checkout - uses: actions/checkout@master + uses: actions/checkout@v4 - name: GraphQL Inspector uses: kamilkisiela/graphql-inspector@master with: