From 7afae73d3a199eda88f83f3d3b8cec6b034d4d90 Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Wed, 11 Feb 2026 20:44:13 -0800 Subject: [PATCH] chore: bump checkout action --- .github/workflows/arch.yaml | 4 +++- .github/workflows/nobara.yaml | 4 +++- .github/workflows/ubuntu.yaml | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) 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: |