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