Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/app-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
apt-get install -y git

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install ${{ matrix.compiler }}
if: matrix.compiler == 'clang'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
modules: [ 'with-modules', 'without-modules' ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
apt-get install -y autoconf pkg-config gcc libfontconfig1-dev libfreetype6-dev libltdl-dev

- name: Clone msttcorefonts
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ImageMagick/msttcorefonts
ref: refs/heads/main
Expand All @@ -72,7 +72,7 @@ jobs:
set -e
./install.sh

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Configure ImageMagick
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:

steps:
- name: Clone ImageMagick-Windows
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ImageMagick/ImageMagick-Windows
path: ImageMagick-Windows
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

steps:
- name: Clone ImageMagick-Windows
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ImageMagick/ImageMagick-Windows
path: ImageMagick-Windows
Expand Down Expand Up @@ -214,9 +214,9 @@ jobs:
- name: Prepare git
run: git config --global core.autocrlf false

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ImageMagick/ImageMagick-Windows
path: ImageMagick-Windows
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
compiler: [ gcc, clang ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependencies
run: |
Expand Down Expand Up @@ -76,11 +76,11 @@ jobs:
platform: [ x86, x64, arm64 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: ImageMagick

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ImageMagick/ImageMagick-Windows
path: ImageMagick-Windows
Expand Down Expand Up @@ -120,9 +120,9 @@ jobs:
- name: Prepare git
run: git config --global core.autocrlf false

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ImageMagick/ImageMagick-Windows
path: ImageMagick-Windows
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
hdri_flag: '-HDRI'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ImageMagick/ImageMagick-Windows
path: ImageMagick-Windows
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ImageMagick/ImageMagick-Windows
path: ImageMagick-Windows
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
hdri_flag: '-HDRI'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ImageMagick/ImageMagick-Windows
path: ImageMagick-Windows
Expand Down