diff --git a/.github/workflows/compress-images.yml b/.github/workflows/compress-images.yml index 5b58174..f488789 100644 --- a/.github/workflows/compress-images.yml +++ b/.github/workflows/compress-images.yml @@ -19,7 +19,7 @@ jobs: - name: Compress Images id: calibre - uses: calibreapp/image-actions@737ceeaeed61e17b8d358358a303f1b8d177b779 # 1.1.0 + uses: calibreapp/image-actions@51921e25c9b0b62ed202c0ad0a2121f0f3ad186d # 1.3.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr-compress-images.yml b/.github/workflows/pr-compress-images.yml index 4cc73e8..e106e4d 100644 --- a/.github/workflows/pr-compress-images.yml +++ b/.github/workflows/pr-compress-images.yml @@ -24,6 +24,6 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - name: Compress Images - uses: calibreapp/image-actions@737ceeaeed61e17b8d358358a303f1b8d177b779 # 1.1.0 + uses: calibreapp/image-actions@51921e25c9b0b62ed202c0ad0a2121f0f3ad186d # 1.3.0 with: githubToken: ${{ secrets.GITHUB_TOKEN }}