diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef15dba..7ff6d62 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,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 @@ -76,7 +78,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