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 Feb 28, 2024
1 parent 001f293 commit 828179a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
token: ${{ secrets.BOOTSTRAP_WORKFLOWS || github.token }}
- id: bootstrap
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/pkgbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check out repo
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- id: version
uses: manjaro-contrib/action-pkgbuild-info@main
with:
arm-runs-on: ${{ vars.arm_runner }}
outputs:
runs-on: ${{ steps.version.outputs.runs-on }}
version: ${{ steps.version.outputs.version }}
Expand Down

0 comments on commit 828179a

Please sign in to comment.