diff --git a/.github/workflows/arch.yaml b/.github/workflows/arch.yaml index 9d941fd..1c56a81 100644 --- a/.github/workflows/arch.yaml +++ b/.github/workflows/arch.yaml @@ -28,7 +28,9 @@ jobs: rm -rf /opt-host/az df -h - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 + with: + persist-credentials: false - name: Create build user run: | diff --git a/.github/workflows/nobara.yaml b/.github/workflows/nobara.yaml index 8d25ab9..8704af5 100644 --- a/.github/workflows/nobara.yaml +++ b/.github/workflows/nobara.yaml @@ -28,7 +28,9 @@ jobs: rm -rf /opt-host/az df -h - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 + with: + persist-credentials: false - name: Dependencies run: | diff --git a/.github/workflows/ubuntu.yaml b/.github/workflows/ubuntu.yaml index 135cd32..3fb06ae 100644 --- a/.github/workflows/ubuntu.yaml +++ b/.github/workflows/ubuntu.yaml @@ -28,7 +28,9 @@ jobs: rm -rf /opt-host/az df -h - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 + with: + persist-credentials: false - name: Dependencies run: |