From a8cac6315133e42a78502aa2048dbf55ee948b4f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:15:00 +0000 Subject: [PATCH 1/2] chore(deps): update actions/checkout digest to fbc6f39 --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0f6e9b58..65c058af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: contents: write runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 - uses: shivammathur/setup-php@bf6b4fbd49ca58e4608c9c89fba0b8d90bd2a39f # v2 with: php-version: ${{ matrix.php }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 60c52490..063fbf64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: php: [8.3] steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 - name: Setup PHP uses: pmmp/setup-php-action@3c38c259834f945351a662392836d90eb08abff0 # 3.2.0 From fd73b2db39afc7124b59a9117c60f757f5444eee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:15:20 +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 94693d58..8525ca9e 100644 --- a/src/hazardteam/lottery/LotteryManager.php +++ b/src/hazardteam/lottery/LotteryManager.php @@ -1,7 +1,7 @@