From 5f9193c1123c8cb00b479e6ea2f668542c2e7e7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:03:21 +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 0f6e9b5..799ce34 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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 60c5249..1dcbda8 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup PHP uses: pmmp/setup-php-action@3c38c259834f945351a662392836d90eb08abff0 # 3.2.0 From c172db1c853a363c65c20ee184c11149fc71ed99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 17:29:23 +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 @@