diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ffd212b..986298f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,9 @@ jobs: runs-on: ubuntu-latest container: fedora:41 # CURRENT DEVELOPMENT ENVIRONMENT steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 + with: + persist-credentials: false - name: Install dependencies run: > dnf install -y @@ -64,7 +66,9 @@ jobs: 10 - name: Display Python version run: python3 --version - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 + with: + persist-credentials: false - name: Install dependencies run: > dnf install -y