From 0c89d162a36e4060fa98f1445bcbd12b4d9aa469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Sun, 31 May 2026 12:50:31 +0000 Subject: [PATCH] chore: fix autoupdate workflow --- .github/workflows/autoupdate.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 290f01e..3334be8 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -7,12 +7,15 @@ on: permissions: pull-requests: write + contents: write jobs: autoupdate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 + with: + ref: source - name: Install prerequisites run: sudo apt-get update && sudo apt-get install -y --no-install-recommends iucode-tool sqlite3 unzip - name: Update microcode versions