Skip to content

Commit 2a7939e

Browse files
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] <support@github.com>
1 parent 1df3521 commit 2a7939e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Checkout code
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v6
5151
with:
5252
fetch-depth: 0 # Full history for better caching
5353

@@ -145,7 +145,7 @@ jobs:
145145

146146
steps:
147147
- name: Checkout code
148-
uses: actions/checkout@v4
148+
uses: actions/checkout@v6
149149

150150
- name: Set image name
151151
id: image

.github/workflows/pr-validation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Checkout code
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v6
5454
with:
5555
fetch-depth: 0
5656

@@ -173,7 +173,7 @@ jobs:
173173

174174
steps:
175175
- name: Checkout code
176-
uses: actions/checkout@v4
176+
uses: actions/checkout@v6
177177
with:
178178
fetch-depth: 0
179179

@@ -239,7 +239,7 @@ jobs:
239239

240240
steps:
241241
- name: Checkout code
242-
uses: actions/checkout@v4
242+
uses: actions/checkout@v6
243243
with:
244244
fetch-depth: 0
245245

0 commit comments

Comments
 (0)