From 68d8b8bf136c818df6d0cac89081e45460427f27 Mon Sep 17 00:00:00 2001 From: tigdav <47061880+tigdav@users.noreply.github.com> Date: Sat, 13 Jun 2026 23:42:55 +0300 Subject: [PATCH] ci: bump checkout and setup-python actions to latest --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57ed941..1d0cbe9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,10 +37,10 @@ jobs: DB_PORT: '5432' steps: - - 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.11' cache: pip