Skip to content

Commit 0d9f7c3

Browse files
Bump actions/checkout from 5 to 6 (#388)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b749132 commit 0d9f7c3

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
modules: [ 'with-modules', 'without-modules' ]
2626

2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@v6
2929
with:
3030
fetch-depth: 2
3131
persist-credentials: false
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-24.04
6262

6363
steps:
64-
- uses: actions/checkout@v5
64+
- uses: actions/checkout@v6
6565
with:
6666
persist-credentials: false
6767

.github/workflows/daily.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false
@@ -70,7 +70,7 @@ jobs:
7070
apt-get install -y autoconf gcc g++ libfontconfig1-dev libfreetype6-dev libltdl-dev make pkg-config
7171
7272
- name: Clone msttcorefonts
73-
uses: actions/checkout@v5
73+
uses: actions/checkout@v6
7474
with:
7575
repository: ImageMagick/msttcorefonts
7676
ref: refs/heads/main
@@ -81,7 +81,7 @@ jobs:
8181
set -e
8282
./install.sh
8383
84-
- uses: actions/checkout@v5
84+
- uses: actions/checkout@v6
8585
with:
8686
persist-credentials: false
8787

@@ -124,7 +124,7 @@ jobs:
124124

125125
steps:
126126
- name: Clone ImageMagick
127-
uses: actions/checkout@v5
127+
uses: actions/checkout@v6
128128
with:
129129
path: ImageMagick
130130
persist-credentials: false

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
packages: clang
3232

3333
steps:
34-
- uses: actions/checkout@v5
34+
- uses: actions/checkout@v6
3535
with:
3636
persist-credentials: false
3737

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: macos-13
7272

7373
steps:
74-
- uses: actions/checkout@v5
74+
- uses: actions/checkout@v6
7575
with:
7676
persist-credentials: false
7777

@@ -102,7 +102,7 @@ jobs:
102102
architecture: [ x64, x86 ]
103103

104104
steps:
105-
- uses: actions/checkout@v5
105+
- uses: actions/checkout@v6
106106
with:
107107
path: ImageMagick
108108
persist-credentials: false
@@ -137,7 +137,7 @@ jobs:
137137
- name: Prepare git
138138
run: git config --global core.autocrlf false
139139

140-
- uses: actions/checkout@v5
140+
- uses: actions/checkout@v6
141141
with:
142142
persist-credentials: false
143143

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Clone ImageMagick
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
with:
3535
fetch-depth: 0
3636
persist-credentials: false
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Clone ImageMagick
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@v6
5959
with:
6060
fetch-depth: 0
6161
persist-credentials: false
@@ -129,7 +129,7 @@ jobs:
129129
innosetup-6.2.0.exe /SILENT /SUPPRESSMSGBOXES /NORESTART /SP-
130130
131131
- name: Clone ImageMagick
132-
uses: actions/checkout@v5
132+
uses: actions/checkout@v6
133133
with:
134134
path: ImageMagick
135135
persist-credentials: false
@@ -210,7 +210,7 @@ jobs:
210210

211211
steps:
212212
- name: Clone ImageMagick/Windows
213-
uses: actions/checkout@v5
213+
uses: actions/checkout@v6
214214
with:
215215
repository: ImageMagick/Windows
216216
ref: refs/heads/main
@@ -269,7 +269,7 @@ jobs:
269269

270270
steps:
271271
- name: Clone ImageMagick
272-
uses: actions/checkout@v5
272+
uses: actions/checkout@v6
273273
with:
274274
path: ImageMagick
275275
persist-credentials: false
@@ -345,7 +345,7 @@ jobs:
345345

346346
steps:
347347
- name: Clone ImageMagick
348-
uses: actions/checkout@v5
348+
uses: actions/checkout@v6
349349
with:
350350
persist-credentials: false
351351

0 commit comments

Comments
 (0)