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