From a64d9d09f395ddbc2180ea8d3536beb1edb8dd3a Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 10 Dec 2025 19:25:10 -0500 Subject: [PATCH] Increase GitHub Action checkout version to v6 Signed-off-by: mulhern --- .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 bc5fa64..554d136 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest container: fedora:42 # CURRENT DEVELOPMENT ENVIRONMENT steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Install dependencies @@ -66,7 +66,7 @@ jobs: 10 - name: Display Python version run: python3 --version - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: persist-credentials: false - name: Install dependencies