Skip to content

Commit 02acda6

Browse files
committed
ci: update action versions
1 parent f7afc10 commit 02acda6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
name: oopetris.${{ matrix.config.arch }}.apk
6565
path: platforms/android/app/build/outputs/apk/debug/app-*-debug.apk
6666

67-
- uses: wangyucode/[email protected].3
67+
- uses: wangyucode/[email protected].4
6868
name: Deploy
6969
if: github.event_name != 'pull_request'
7070
with:

.github/workflows/flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up QEMU
3838
if: ${{ matrix.config.use_qemu == true }}
3939
id: qemu
40-
uses: docker/setup-qemu-action@v2
40+
uses: docker/setup-qemu-action@v3
4141
with:
4242
platforms: ${{ matrix.config.qemu_arch }}
4343

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

52-
- uses: flatpak/flatpak-github-actions/flat-manager@v4
52+
- uses: flatpak/flatpak-github-actions/flat-manager@v6
5353
name: 'Deploy'
5454
if: github.event_name != 'pull_request'
5555
with:

0 commit comments

Comments
 (0)