From 52c8fd64318445c541603d8bae0d9cdd50f8ecb9 Mon Sep 17 00:00:00 2001 From: Anwar Hossain Date: Thu, 7 May 2026 16:04:37 +0000 Subject: [PATCH] chore: bump GitHub Actions to latest versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated bump — checkout@v6, setup-node@v6, setup-java@v5, setup-python@v6, upload-artifact@v7, download-artifact@v8, configure-aws-credentials@v6, amazon-ecr-login@v2, create-github-app-token@v3 --- .github/workflows/check-schemas.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-schemas.yml b/.github/workflows/check-schemas.yml index 675bbf9..41c5d0e 100644 --- a/.github/workflows/check-schemas.yml +++ b/.github/workflows/check-schemas.yml @@ -12,9 +12,9 @@ jobs: pull-requests: write steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.x' - name: Install jsonschema