Skip to content

Commit 342df97

Browse files
committed
CI: use pin version
1 parent b6313c8 commit 342df97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/calibreapp-image-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Compress Images
22-
uses: calibreapp/image-actions@main
22+
uses: calibreapp/image-actions@1.1.0
2323
with:
2424
# The `GITHUB_TOKEN` is automatically generated by GitHub and scoped only to the repository that is currently running the action. By default, the action can’t update Pull Requests initiated from forked repositories.
2525
# See https://docs.github.com/en/actions/reference/authentication-in-a-workflow and https://help.github.com/en/articles/virtual-environments-for-github-actions#token-permissions

.github/workflows/calibreapp-image-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@v3
1111
- name: Compress Images
1212
id: calibre
13-
uses: calibreapp/image-actions@main
13+
uses: calibreapp/image-actions@1.1.0
1414
with:
1515
githubToken: ${{ secrets.GITHUB_TOKEN }}
1616
compressOnly: true

0 commit comments

Comments
 (0)