From 86e2ae97715def2a6ae0771e4837e4ccbe6785bc Mon Sep 17 00:00:00 2001 From: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 14:37:59 +0000 Subject: [PATCH 1/3] rpcs3: Update rpcs3.git --- net.rpcs3.RPCS3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index db131f6..722e4cd 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -98,4 +98,4 @@ modules: - type: git url: https://github.com/RPCS3/rpcs3.git branch: master - commit: cb3662cc4d114db7bc580370dc3d89e58ee2af72 + commit: 6165c2d8b3db598bd7137c79f7916ff803a3fe3f From f5ca018ff5442486a99db7f92865c5da80730d93 Mon Sep 17 00:00:00 2001 From: Flatpak External Data Checker <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 18:01:24 +0000 Subject: [PATCH 2/3] rpcs3: Update rpcs3.git --- net.rpcs3.RPCS3.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net.rpcs3.RPCS3.yaml b/net.rpcs3.RPCS3.yaml index 722e4cd..ef7c778 100644 --- a/net.rpcs3.RPCS3.yaml +++ b/net.rpcs3.RPCS3.yaml @@ -98,4 +98,4 @@ modules: - type: git url: https://github.com/RPCS3/rpcs3.git branch: master - commit: 6165c2d8b3db598bd7137c79f7916ff803a3fe3f + commit: 1b87e186c45a21de83e9fdc859af3e0c92ae8509 From 12e8d542414cea06ea12b144a740411da3b7672e Mon Sep 17 00:00:00 2001 From: Julien Reichardt Date: Sat, 11 Jan 2025 19:53:29 +0100 Subject: [PATCH 3/3] Run check update action twice Allow to merge the previously opened PR. --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index fdcf621..9e81a56 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,7 +1,7 @@ name: Check for updates on: schedule: # for scheduling to work this file must be in the default branch - - cron: "30 0 * * 5" + - cron: "00,30 1 * * 5" # Open a PR, then 30 minutes after merge it if the CI passed workflow_dispatch: # can be manually dispatched under GitHub's "Actions" tab jobs: