From 485683d1b125ff47c2b8d088dd95f94dd41892de Mon Sep 17 00:00:00 2001 From: Petr Heinz Date: Fri, 17 Jul 2026 12:16:02 +0200 Subject: [PATCH] SH-1002 [CI] Update GitHub Actions versions Co-Authored-By: Claude Fable 5 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf3fbee..dc7b349 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,9 +16,9 @@ jobs: python-version: ['3.10', '3.11', '3.12', '3.13', '3.14', '3.x'] steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - name: Install dependencies