Skip to content

Commit 5b96f48

Browse files
dependabot[bot]stwalkerster
authored andcommitted
Bump actions/checkout from 4 to 5
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]>
1 parent 456893f commit 5b96f48

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build_release.yml

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

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121

@@ -87,7 +87,7 @@ jobs:
8787

8888
steps:
8989
- name: Checkout code
90-
uses: actions/checkout@v4
90+
uses: actions/checkout@v5
9191
with:
9292
fetch-depth: 0
9393

@@ -141,7 +141,7 @@ jobs:
141141

142142
steps:
143143
- name: Checkout code
144-
uses: actions/checkout@v4
144+
uses: actions/checkout@v5
145145
with:
146146
fetch-depth: 0
147147

@@ -191,7 +191,7 @@ jobs:
191191

192192
steps:
193193
- name: Checkout code
194-
uses: actions/checkout@v4
194+
uses: actions/checkout@v5
195195
with:
196196
fetch-depth: 0
197197

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout Overviewer
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Checkout Pillow
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
repository: python-pillow/Pillow
2424
ref: refs/tags/10.3.0

.github/workflows/notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313

1414
- name: Send Discord Message
1515
if: github.event_name == 'release' && github.event.action == 'published'

0 commit comments

Comments
 (0)