We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b329884 commit 9ab33caCopy full SHA for 9ab33ca
.github/workflows/calibreapp-image-actions.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- name: Checkout Repo
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
19
- name: Compress Images
20
uses: calibreapp/image-actions@main
.github/workflows/scheduled-publishing.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
- name: Checkout repo
11
12
- name: Install dependencies
13
run: npm ci
- name: Check for scheduled posts
.github/workflows/sync-staging.yml
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
with:
32
fetch-depth: 0
33
- name: Sync target branch
0 commit comments