From be543ef9ab0a656add7444c4fd7076666a6b1363 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 07:22:46 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.44.5 --- .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 b61069b..d76ae86 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@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3 + uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5 with: cmd: yq '.repository.topics += ", x86-64"' -i .github/settings.yml - if: steps.version.outputs.aarch64 == 'true' - uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3 + uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5 with: cmd: yq '.repository.topics += ", aarch64"' -i .github/settings.yml - if: steps.version.outputs.any == 'true' - uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3 + uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5 with: cmd: yq '.repository.topics += ", any"' -i .github/settings.yml - if: steps.version.outputs.python == 'true' - uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3 + uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5 with: cmd: yq '.repository.topics += ", python"' -i .github/settings.yml - name: commit