From 52201410c858e5d619a105800cf9fc6212a959f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:06:19 +0000 Subject: [PATCH 1/2] chore(deps): update actions/checkout action to v6 --- .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..056750f9 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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - 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..28ca0a97 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@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Setup PHP uses: pmmp/setup-php-action@3c38c259834f945351a662392836d90eb08abff0 # 3.2.0 From cb443cd38d5922c9317eddc8a56cc523e9b4340f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 11:06:38 +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 @@