From fbd37858e3c92412ba155416de29f1f4469a2eaa Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 1 Jul 2026 13:11:29 +0000 Subject: [PATCH] chore(ci): bump actions/checkout to v7 and update dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Upgrade actions/checkout from v6 to v7 in GitHub Actions workflows - Bump nette/tester requirement to ^2.6.1 - Add Composer ecosystem to Dependabot configuration Co-authored-by: Roman Ožana --- .github/dependabot.yml | 6 ++++++ .github/workflows/php.yml | 2 +- .github/workflows/typo.yml | 2 +- composer.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91c0439..06b77e3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,6 +2,12 @@ version: 2 updates: + - package-ecosystem: "composer" + directory: "/" + schedule: + interval: "monthly" + commit-message: + prefix: "chore(deps): " - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 6665c0b..51df441 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -12,7 +12,7 @@ jobs: fail-fast: false runs-on: ${{ matrix.operating-system }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/typo.yml b/.github/workflows/typo.yml index e405d95..f772c52 100644 --- a/.github/workflows/typo.yml +++ b/.github/workflows/typo.yml @@ -6,7 +6,7 @@ jobs: name: Check for typos / misspells runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run misspell with reviewdog uses: reviewdog/action-misspell@v1 diff --git a/composer.json b/composer.json index b885691..522969d 100644 --- a/composer.json +++ b/composer.json @@ -28,6 +28,6 @@ "test": "tester tests -s -p php" }, "require-dev": { - "nette/tester": "^2.6.0" + "nette/tester": "^2.6.1" } } \ No newline at end of file