File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments