From ea841f7b04d0ccc74723d3abaca508167c9381d0 Mon Sep 17 00:00:00 2001 From: bootstrap-package-actions Date: Sun, 16 Jun 2024 03:13:17 +0000 Subject: [PATCH] chore(actions-bootstrap): update default actions --- .github/workflows/rebase.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 3fa3b74..2dbf561 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -22,19 +22,19 @@ jobs: - id: version uses: manjaro-contrib/action-pkgbuild-info@main - if: steps.version.outputs.x86_64 == 'true' - uses: mikefarah/yq@557dcb87b8efe786f89a12c09e9046b4753ab72e # v4.44.1 + uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2 with: cmd: yq '.repository.topics += ", x86-64"' -i .github/settings.yml - if: steps.version.outputs.aarch64 == 'true' - uses: mikefarah/yq@557dcb87b8efe786f89a12c09e9046b4753ab72e # v4.44.1 + uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2 with: cmd: yq '.repository.topics += ", aarch64"' -i .github/settings.yml - if: steps.version.outputs.any == 'true' - uses: mikefarah/yq@557dcb87b8efe786f89a12c09e9046b4753ab72e # v4.44.1 + uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2 with: cmd: yq '.repository.topics += ", any"' -i .github/settings.yml - if: steps.version.outputs.python == 'true' - uses: mikefarah/yq@557dcb87b8efe786f89a12c09e9046b4753ab72e # v4.44.1 + uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2 with: cmd: yq '.repository.topics += ", python"' -i .github/settings.yml - name: commit