diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 757240c..80f0e10 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -66,7 +66,7 @@ jobs: # Run go test suite to validate the json schema against positive and/or negative validations in /json/test - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version: ${{ env.GO_VERSION }} - name: Validate Schema