Bumped checkout version in Github actions configuration.

This commit is contained in:
Pravin Kamble
2025-12-20 12:12:06 +05:30
committed by Jacob Walls
parent cc0f6c4f74
commit ccf74f7dc7
12 changed files with 25 additions and 25 deletions

View File

@@ -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 }}