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 Mar 25, 2024
1 parent 69e1090 commit ba4c984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
- id: version
uses: manjaro-contrib/action-pkgbuild-info@main
- if: steps.version.outputs.x86_64 == 'true'
uses: mikefarah/yq@9adde1ac14bb283b8955d2b0d567bcaf3c69e639 # v4.42.1
uses: mikefarah/yq@c35ec752e38ea0c096d3c44e13cfc0797ac394d8 # v4.43.1
with:
cmd: yq '.repository.topics += ", x86-64"' -i .github/settings.yml
- if: steps.version.outputs.aarch64 == 'true'
uses: mikefarah/yq@9adde1ac14bb283b8955d2b0d567bcaf3c69e639 # v4.42.1
uses: mikefarah/yq@c35ec752e38ea0c096d3c44e13cfc0797ac394d8 # v4.43.1
with:
cmd: yq '.repository.topics += ", aarch64"' -i .github/settings.yml
- if: steps.version.outputs.any == 'true'
uses: mikefarah/yq@9adde1ac14bb283b8955d2b0d567bcaf3c69e639 # v4.42.1
uses: mikefarah/yq@c35ec752e38ea0c096d3c44e13cfc0797ac394d8 # v4.43.1
with:
cmd: yq '.repository.topics += ", any"' -i .github/settings.yml
- name: commit
Expand Down

0 comments on commit ba4c984

Please sign in to comment.