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 Aug 7, 2024
1 parent a87fd83 commit 6480b22
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@1af0f9e072912fc86db0207a2547d3946eaf2532
uses: mutantmonkey/geschenkerbauer/action@674d9e8baedd18f55be653207a805d97112469a1
env:
GNUPG_PUBKEYRING: ${{ github.workspace }}/buildsrc/keyring.asc
PACKAGER: geschenkerbauer on github <[email protected]>
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@1af0f9e072912fc86db0207a2547d3946eaf2532
uses: mutantmonkey/geschenkerbauer/action@674d9e8baedd18f55be653207a805d97112469a1
env:
GNUPG_PUBKEYRING: ${{ github.workspace }}/buildsrc/keyring.asc
PACKAGER: geschenkerbauer on github <[email protected]>
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@1af0f9e072912fc86db0207a2547d3946eaf2532
uses: mutantmonkey/geschenkerbauer/action@674d9e8baedd18f55be653207a805d97112469a1
env:
GNUPG_PUBKEYRING: ${{ github.workspace }}/buildsrc/keyring.asc
PACKAGER: geschenkerbauer on github <[email protected]>
Expand Down

0 comments on commit 6480b22

Please sign in to comment.