From ccf74f7dc771313b41e7c2912a71f9c5b0ae5e1d Mon Sep 17 00:00:00 2001 From: Pravin Kamble Date: Sat, 20 Dec 2025 12:12:06 +0530 Subject: Bumped checkout version in Github actions configuration. --- .github/workflows/python_matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/python_matrix.yml') diff --git a/.github/workflows/python_matrix.yml b/.github/workflows/python_matrix.yml index 1139b19b2e..921497698f 100644 --- a/.github/workflows/python_matrix.yml +++ b/.github/workflows/python_matrix.yml @@ -23,7 +23,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - id: set-matrix @@ -40,7 +40,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Set up Python ${{ matrix.python-version }} -- cgit v1.3