From ccb6ba877e771bb65d9119f495b8ddce57e35dbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 05:35:27 +0000 Subject: [PATCH] ci(deps): bump the maintenance group with 2 updates Bumps the maintenance group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: maintenance - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: maintenance ... Signed-off-by: dependabot[bot] --- .github/workflows/dependabot-slack-notification.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-slack-notification.yml b/.github/workflows/dependabot-slack-notification.yml index 7f8c9d3..0c2f308 100644 --- a/.github/workflows/dependabot-slack-notification.yml +++ b/.github/workflows/dependabot-slack-notification.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Restore cached Slack message timestamp id: slack-message-timestamp-cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: slack-ts.txt key: slack-ts-pr-${{ github.event.pull_request.number }} @@ -47,7 +47,7 @@ jobs: - name: Cache Slack message timestamp if: github.event.action == 'opened' - uses: actions/cache/save@v5 + uses: actions/cache/save@v6 with: path: slack-ts.txt key: slack-ts-pr-${{ github.event.pull_request.number }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 732d30f..b3489d2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run tests run: docker compose run --rm test