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 Apr 25, 2024
1 parent 1752996 commit 01946d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions: write-all
steps:
- name: checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@main
with:
token: ${{ secrets.BOOTSTRAP_WORKFLOWS || github.token }}
- id: bootstrap
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
contents: write
steps:
- name: check out repo
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@main
- id: version
uses: manjaro-contrib/action-pkgbuild-info@main
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pull-requests: write
steps:
- name: checkout
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@main
- run: yq '.repository.topics = "arch, package"' -i .github/settings.yml
- id: version
uses: manjaro-contrib/action-pkgbuild-info@main
Expand All @@ -26,7 +26,7 @@ jobs:
with:
cmd: yq '.repository.topics += ", x86-64"' -i .github/settings.yml
- if: steps.version.outputs.aarch64 == 'true'
uses: mikefarah/yq@c35ec752e38ea0c096d3c44e13cfc0797ac394d8 # v4.43.1
uses: mikefarah/yq@c35ec752e38ea0c096d3c44e13cfc0797ac394d8 # v4.43.1<
with:
cmd: yq '.repository.topics += ", aarch64"' -i .github/settings.yml
- if: steps.version.outputs.any == 'true'
Expand Down

0 comments on commit 01946d6

Please sign in to comment.