Skip to content

Commit

Permalink
chore(actions-bootstrap): update default actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstrap-package-actions committed Aug 5, 2024
1 parent ea841f7 commit 75dcb42
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@ jobs:
- id: version
uses: manjaro-contrib/action-pkgbuild-info@main
- if: steps.version.outputs.x86_64 == 'true'
uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3
with:
cmd: yq '.repository.topics += ", x86-64"' -i .github/settings.yml
- if: steps.version.outputs.aarch64 == 'true'
uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3
with:
cmd: yq '.repository.topics += ", aarch64"' -i .github/settings.yml
- if: steps.version.outputs.any == 'true'
uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3
with:
cmd: yq '.repository.topics += ", any"' -i .github/settings.yml
- if: steps.version.outputs.python == 'true'
uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3
with:
cmd: yq '.repository.topics += ", python"' -i .github/settings.yml
- name: commit
Expand Down

0 comments on commit 75dcb42

Please sign in to comment.