From 01946d6a7e868a3f7d60058f3510e0b9fa88557b Mon Sep 17 00:00:00 2001 From: bootstrap-package-actions Date: Thu, 25 Apr 2024 21:11:06 +0000 Subject: [PATCH] chore(actions-bootstrap): update default actions --- .github/workflows/bootstrap.yml | 2 +- .github/workflows/pkgbuild.yml | 2 +- .github/workflows/rebase.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 293bb45..25916f9 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -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 diff --git a/.github/workflows/pkgbuild.yml b/.github/workflows/pkgbuild.yml index afc15c7..8c964b5 100644 --- a/.github/workflows/pkgbuild.yml +++ b/.github/workflows/pkgbuild.yml @@ -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: diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 7889a08..8c84930 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -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 @@ -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'