Skip to content

Commit cfa8575

Browse files
authored
Merge pull request #26030 from abpframework/auto-merge-forward/rel-10.7-to-dev-4
Auto-merge forward rel-10.7 → dev
2 parents d2a0076 + 1414867 commit cfa8575

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/angular.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
build-test-lint:
2828
if: ${{ !github.event.pull_request.draft }}
2929
runs-on: ubuntu-latest
30+
timeout-minutes: 30
3031
steps:
31-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4
3233
with:
3334
fetch-depth: 0
3435

.github/workflows/image-compression.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222
if: github.event.pull_request.head.repo.full_name == github.repository && !github.event.pull_request.draft
2323
name: calibreapp/image-actions
2424
runs-on: ubuntu-latest
25+
timeout-minutes: 15
2526
steps:
2627
- name: Checkout Repo
27-
uses: actions/checkout@v2
28+
uses: actions/checkout@v4
2829

2930
- name: Compress Images
3031
uses: calibreapp/image-actions@main

0 commit comments

Comments
 (0)