From 02acda626cc772fdba0a7cfdea153a9329478718 Mon Sep 17 00:00:00 2001 From: Totto16 Date: Thu, 16 Jan 2025 02:29:41 +0100 Subject: [PATCH] ci: update action versions --- .github/workflows/android.yml | 2 +- .github/workflows/flatpak.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 52f1d643..78c7f7c3 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -64,7 +64,7 @@ jobs: name: oopetris.${{ matrix.config.arch }}.apk path: platforms/android/app/build/outputs/apk/debug/app-*-debug.apk - - uses: wangyucode/sftp-upload-action@v2.0.3 + - uses: wangyucode/sftp-upload-action@v2.0.4 name: Deploy if: github.event_name != 'pull_request' with: diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 59c70859..f61dcca5 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -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 }} @@ -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: