Skip to content

Commit 2d74814

Browse files
author
bootstrap-package-actions
committed
chore(actions-bootstrap): update default actions
1 parent 29362ed commit 2d74814

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/rebase.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,19 @@ jobs:
2222
- id: version
2323
uses: manjaro-contrib/action-pkgbuild-info@main
2424
- if: steps.version.outputs.x86_64 == 'true'
25-
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3
25+
uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5
2626
with:
2727
cmd: yq '.repository.topics += ", x86-64"' -i .github/settings.yml
2828
- if: steps.version.outputs.aarch64 == 'true'
29-
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3
29+
uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5
3030
with:
3131
cmd: yq '.repository.topics += ", aarch64"' -i .github/settings.yml
3232
- if: steps.version.outputs.any == 'true'
33-
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3
33+
uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5
3434
with:
3535
cmd: yq '.repository.topics += ", any"' -i .github/settings.yml
3636
- if: steps.version.outputs.python == 'true'
37-
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3
37+
uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5
3838
with:
3939
cmd: yq '.repository.topics += ", python"' -i .github/settings.yml
4040
- name: commit

0 commit comments

Comments
 (0)