From 84363f94b1473e4cca4d4344fead71d4027617bb Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 10 Dec 2025 20:20:25 -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 e252417..f588f22 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,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 @@ -78,7 +78,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