Skip to content

Commit 2110b4d

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

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
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@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 2
3131

.github/workflows/daily.yml

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

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
2727

@@ -67,7 +67,7 @@ jobs:
6767
apt-get install -y autoconf gcc g++ libfontconfig1-dev libfreetype6-dev libltdl-dev make pkg-config
6868
6969
- name: Clone msttcorefonts
70-
uses: actions/checkout@v4
70+
uses: actions/checkout@v5
7171
with:
7272
repository: ImageMagick/msttcorefonts
7373
ref: refs/heads/main
@@ -77,7 +77,7 @@ jobs:
7777
set -e
7878
./install.sh
7979
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v5
8181

8282
- name: Configure ImageMagick
8383
run: |
@@ -118,7 +118,7 @@ jobs:
118118

119119
steps:
120120
- name: Clone ImageMagick
121-
uses: actions/checkout@v4
121+
uses: actions/checkout@v5
122122
with:
123123
path: ImageMagick
124124

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
packages: clang
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333

3434
- name: Install dependencies
3535
run: |
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: macos-13
6868

6969
steps:
70-
- uses: actions/checkout@v4
70+
- uses: actions/checkout@v5
7171

7272
- name: Install dependencies
7373
run: |
@@ -96,7 +96,7 @@ jobs:
9696
architecture: [ x64, x86 ]
9797

9898
steps:
99-
- uses: actions/checkout@v4
99+
- uses: actions/checkout@v5
100100
with:
101101
path: ImageMagick
102102

@@ -130,7 +130,7 @@ jobs:
130130
- name: Prepare git
131131
run: git config --global core.autocrlf false
132132

133-
- uses: actions/checkout@v4
133+
- uses: actions/checkout@v5
134134

135135
- uses: msys2/setup-msys2@v2
136136
with:

.github/workflows/windows-release.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@v4
26+
uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929

@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Clone ImageMagick6
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v5
8282
with:
8383
path: ImageMagick
8484

@@ -199,7 +199,7 @@ jobs:
199199

200200
steps:
201201
- name: Clone ImageMagick/Windows
202-
uses: actions/checkout@v4
202+
uses: actions/checkout@v5
203203
with:
204204
repository: ImageMagick/Windows
205205
ref: refs/heads/main
@@ -260,7 +260,7 @@ jobs:
260260

261261
steps:
262262
- name: Clone ImageMagick6
263-
uses: actions/checkout@v4
263+
uses: actions/checkout@v5
264264
with:
265265
path: ImageMagick
266266

0 commit comments

Comments
 (0)