From 1251ffcd15548d0ba87cddf97a877844246b9552 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:00:42 +0000 Subject: [PATCH 1/2] chore(deps): update actions/cache action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60c5249..2688e95 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: pm-version-major: "5" - name: Restore Composer package cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 with: path: | ~/.cache/composer/files From 2d4f7c8300477eba1535c7676ce4ead63047690a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:01:24 +0000 Subject: [PATCH 2/2] Apply automatic changes --- src/hazardteam/lottery/LotteryManager.php | 2 +- src/hazardteam/lottery/LotteryRange.php | 2 +- src/hazardteam/lottery/Main.php | 2 +- src/hazardteam/lottery/commands/LotteryCommand.php | 2 +- src/hazardteam/lottery/commands/subcommands/PlaySubCommand.php | 2 +- .../lottery/commands/subcommands/ReloadSubCommand.php | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/hazardteam/lottery/LotteryManager.php b/src/hazardteam/lottery/LotteryManager.php index 94693d5..8525ca9 100644 --- a/src/hazardteam/lottery/LotteryManager.php +++ b/src/hazardteam/lottery/LotteryManager.php @@ -1,7 +1,7 @@