There was an error while loading. Please reload this page.
2 parents d2a0076 + 1414867 commit cfa8575Copy full SHA for cfa8575
2 files changed
.github/workflows/angular.yml
@@ -27,8 +27,9 @@ jobs:
27
build-test-lint:
28
if: ${{ !github.event.pull_request.draft }}
29
runs-on: ubuntu-latest
30
+ timeout-minutes: 30
31
steps:
- - uses: actions/checkout@v2
32
+ - uses: actions/checkout@v4
33
with:
34
fetch-depth: 0
35
.github/workflows/image-compression.yml
@@ -22,9 +22,10 @@ jobs:
22
if: github.event.pull_request.head.repo.full_name == github.repository && !github.event.pull_request.draft
23
name: calibreapp/image-actions
24
25
+ timeout-minutes: 15
26
- name: Checkout Repo
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Compress Images
uses: calibreapp/image-actions@main
0 commit comments