Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
modules: [ 'with-modules', 'without-modules' ]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 2
persist-credentials: false
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
persist-credentials: false

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

steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
apt-get install -y autoconf gcc g++ libfontconfig1-dev libfreetype6-dev libltdl-dev make pkg-config

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

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
persist-credentials: false

Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

steps:
- name: Clone ImageMagick
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: ImageMagick
persist-credentials: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
packages: clang

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
persist-credentials: false

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: macos-13

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
persist-credentials: false

Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
architecture: [ x64, x86 ]

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
path: ImageMagick
persist-credentials: false
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
- name: Prepare git
run: git config --global core.autocrlf false

- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
persist-credentials: false

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

steps:
- name: Clone ImageMagick
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
Expand All @@ -55,7 +55,7 @@ jobs:

steps:
- name: Clone ImageMagick
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
innosetup-6.2.0.exe /SILENT /SUPPRESSMSGBOXES /NORESTART /SP-

- name: Clone ImageMagick
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: ImageMagick
persist-credentials: false
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:

steps:
- name: Clone ImageMagick/Windows
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: ImageMagick/Windows
ref: refs/heads/main
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:

steps:
- name: Clone ImageMagick
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: ImageMagick
persist-credentials: false
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:

steps:
- name: Clone ImageMagick
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false

Expand Down
Loading