diff --git a/.github/workflows/compress-images.yml b/.github/workflows/compress-images.yml index fb38dae..4d93058 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@f72c7c4a237181dd3b26e5935fd33b22ae4a7e26 # 1.4.0 + uses: calibreapp/image-actions@f32575787d333b0579f0b7d506ff03be63a669d1 # 1.4.1 with: githubToken: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/pr-compress-images.yml b/.github/workflows/pr-compress-images.yml index 56ad8ab..699b41f 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@f72c7c4a237181dd3b26e5935fd33b22ae4a7e26 # 1.4.0 + uses: calibreapp/image-actions@f32575787d333b0579f0b7d506ff03be63a669d1 # 1.4.1 with: githubToken: ${{ secrets.GITHUB_TOKEN }}