Skip to content

Commit

Permalink
Merge pull request #210 from OpenBrickProtocolFoundation/update_actions
Browse files Browse the repository at this point in the history
ci: update action versions
  • Loading branch information
Totto16 authored Jan 16, 2025
2 parents f7afc10 + 02acda6 commit 58f4478
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
name: oopetris.${{ matrix.config.arch }}.apk
path: platforms/android/app/build/outputs/apk/debug/app-*-debug.apk

- uses: wangyucode/[email protected].3
- uses: wangyucode/[email protected].4
name: Deploy
if: github.event_name != 'pull_request'
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Set up QEMU
if: ${{ matrix.config.use_qemu == true }}
id: qemu
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ matrix.config.qemu_arch }}

Expand All @@ -49,7 +49,7 @@ jobs:
cache-key: flatpak-builder-${{ github.sha }}
arch: ${{ matrix.config.arch }}

- uses: flatpak/flatpak-github-actions/flat-manager@v4
- uses: flatpak/flatpak-github-actions/flat-manager@v6
name: 'Deploy'
if: github.event_name != 'pull_request'
with:
Expand Down

0 comments on commit 58f4478

Please sign in to comment.