From b7b2ca5578a9067e9f8c3e61190421f97d893a26 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:41:42 +0000 Subject: [PATCH] Update GitHub Actions Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/rebase.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6a76d54..6b28ba8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest container: quay.io/centos/centos:stream9 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: build run: | set -xeuo pipefail diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 68f329a..81dc82c 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Generate Actions Token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }}