Commit e956d72d4 for imagemagick.org
commit e956d72d4461252868c9041722575d9bf07dd640
Author: Dirk Lemstra <dirk@lemstra.org>
Date: Fri Dec 5 23:09:00 2025 +0100
Updated the checkout actions.
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index cb447a8a5..0aa488b34 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -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
@@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false
diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml
index d828234d8..1b66eec30 100644
--- a/.github/workflows/daily.yml
+++ b/.github/workflows/daily.yml
@@ -23,7 +23,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
@@ -84,7 +84,7 @@ jobs:
apt-get install -y autoconf libfontconfig1-dev libfreetype6-dev libltdl-dev make pkg-config ${{ matrix.packages }}
- name: Clone msttcorefonts
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
repository: ImageMagick/msttcorefonts
persist-credentials: false
@@ -94,7 +94,7 @@ jobs:
set -e
./install.sh
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false
@@ -146,7 +146,7 @@ jobs:
steps:
- name: Clone ImageMagick
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
path: ImageMagick
persist-credentials: false
@@ -190,7 +190,7 @@ jobs:
steps:
- name: Clone ImageMagick
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
path: ImageMagick
persist-credentials: false
@@ -234,7 +234,7 @@ jobs:
- name: Prepare git
run: git config --global core.autocrlf false
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false
diff --git a/.github/workflows/doc-check.yml b/.github/workflows/doc-check.yml
index 807b35405..db0ec6165 100644
--- a/.github/workflows/doc-check.yml
+++ b/.github/workflows/doc-check.yml
@@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ebfe1b011..77eaae239 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
packages: clang
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false
@@ -73,7 +73,7 @@ jobs:
runs-on: macos-13
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false
@@ -99,7 +99,7 @@ jobs:
runs-on: macos-14
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false
@@ -141,7 +141,7 @@ jobs:
steps:
- name: Clone ImageMagick
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
path: ImageMagick
persist-credentials: false
@@ -176,7 +176,7 @@ jobs:
- name: Prepare git
run: git config --global core.autocrlf false
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 780b43f11..32d415f67 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
steps:
- name: Clone ImageMagick
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
@@ -59,7 +59,7 @@ jobs:
steps:
- name: Clone ImageMagick
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
@@ -135,7 +135,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
@@ -216,7 +216,7 @@ jobs:
steps:
- name: Clone ImageMagick/Windows
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
repository: ImageMagick/Windows
ref: refs/heads/main
@@ -275,7 +275,7 @@ jobs:
steps:
- name: Clone ImageMagick
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
path: ImageMagick
persist-credentials: false
@@ -363,7 +363,7 @@ jobs:
steps:
- name: Clone ImageMagick-Windows
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
repository: ImageMagick/ImageMagick-Windows
path: ImageMagick-Windows
@@ -438,7 +438,7 @@ jobs:
apt-get install -y autoconf curl file fuse git kmod squashfs-tools libbz2-dev libdjvulibre-dev libfontconfig-dev libfreetype6-dev libfribidi-dev libharfbuzz-dev libheif-dev liblcms-dev libopenexr-dev libopenjp2-7-dev libturbojpeg0-dev liblqr-dev libraqm-dev libtiff-dev libwebp-dev libx11-dev libxml2-dev liblzma-dev make software-properties-common wget ${{matrix.packages}}
- name: Checkout
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
@@ -511,7 +511,7 @@ jobs:
steps:
- name: Clone ImageMagick
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false