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.'