Skip to content

Commit

Permalink
Bump geschenkerbauer action version
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantmonkey committed Sep 15, 2024
1 parent 3c349bc commit 9895c3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo chown -R $(id -u) buildsrc/.git
sudo install -d -o 1000 -g users repo
- name: Use geschenkerbauer to build packages (workflow dispatch)
uses: mutantmonkey/geschenkerbauer/action@674d9e8baedd18f55be653207a805d97112469a1
uses: mutantmonkey/geschenkerbauer/action@65d7faefef8434874de3341611496dba7c4105cd
env:
GNUPG_PUBKEYRING: ${{ github.workspace }}/buildsrc/keyring.asc
PACKAGER: geschenkerbauer on github <archpkgs+github@mutantmonkey.mx>
Expand All @@ -39,7 +39,7 @@ jobs:
nodeps: ${{ github.event.inputs.nodeps }}
if: ${{ github.event_name == 'workflow_dispatch' }}
- name: Use geschenkerbauer to build packages (repository dispatch)
uses: mutantmonkey/geschenkerbauer/action@674d9e8baedd18f55be653207a805d97112469a1
uses: mutantmonkey/geschenkerbauer/action@65d7faefef8434874de3341611496dba7c4105cd
env:
GNUPG_PUBKEYRING: ${{ github.workspace }}/buildsrc/keyring.asc
PACKAGER: geschenkerbauer on github <archpkgs+github@mutantmonkey.mx>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_updated_packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo chown -R $(id -u) buildsrc/.git
sudo install -d -o 1000 -g users repo
- name: Use geschenkerbauer to build packages
uses: mutantmonkey/geschenkerbauer/action@674d9e8baedd18f55be653207a805d97112469a1
uses: mutantmonkey/geschenkerbauer/action@65d7faefef8434874de3341611496dba7c4105cd
env:
GNUPG_PUBKEYRING: ${{ github.workspace }}/buildsrc/keyring.asc
PACKAGER: geschenkerbauer on github <archpkgs+github@mutantmonkey.mx>
Expand Down

0 comments on commit 9895c3d

Please sign in to comment.