From 8e399edb04904a644296b611736e92b6fe820e81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 21:38:44 +0000 Subject: [PATCH] chore(deps): bump the actions group with 2 updates Bumps the actions group with 2 updates: [calibreapp/image-actions](https://github.com/calibreapp/image-actions) and [actions/stale](https://github.com/actions/stale). Updates `calibreapp/image-actions` from 2a254d926beda392b8c36e1be95252aa3d534405 to 20a2d896d7e1103fc29631f4829539761123b8f5 - [Release notes](https://github.com/calibreapp/image-actions/releases) - [Commits](https://github.com/calibreapp/image-actions/compare/2a254d926beda392b8c36e1be95252aa3d534405...20a2d896d7e1103fc29631f4829539761123b8f5) Updates `actions/stale` from 10.4.0 to 11.0.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/stale/compare/1e223db275d687790206a7acac4d1a11bd6fe629...4391f3da665fdf50b6810c1a66712fb9ba21aa93) --- updated-dependencies: - dependency-name: calibreapp/image-actions dependency-version: 20a2d896d7e1103fc29631f4829539761123b8f5 dependency-type: direct:production dependency-group: actions - dependency-name: actions/stale dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/calibreapp-image-actions.yml | 2 +- .github/workflows/stale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/calibreapp-image-actions.yml b/.github/workflows/calibreapp-image-actions.yml index 8fd6081e0..1e962723a 100644 --- a/.github/workflows/calibreapp-image-actions.yml +++ b/.github/workflows/calibreapp-image-actions.yml @@ -30,7 +30,7 @@ jobs: - name: Compress Images id: calibre - uses: calibreapp/image-actions@2a254d926beda392b8c36e1be95252aa3d534405 + uses: calibreapp/image-actions@20a2d896d7e1103fc29631f4829539761123b8f5 with: githubToken: ${{ secrets.GITHUB_TOKEN }} compressOnly: true diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7e7b75a93..4c3406739 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write steps: - - uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 #v10.4.0 + - uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 #v11.0.0 with: stale-pr-message: 'This PR is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 14 days.' close-pr-message: 'This PR was closed because it has been stalled for 14 days with no activity.'