Skip to content

Commit 496dd69

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 df55925 commit 496dd69

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy.yml

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

4949
steps:
5050
- name: Checkout code
51-
uses: actions/checkout@v5
51+
uses: actions/checkout@v6
5252
with:
5353
fetch-depth: 0 # Full history for better caching
5454

@@ -146,7 +146,7 @@ jobs:
146146

147147
steps:
148148
- name: Checkout code
149-
uses: actions/checkout@v5
149+
uses: actions/checkout@v6
150150

151151
- name: Set image name
152152
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@v5
53+
uses: actions/checkout@v6
5454
with:
5555
fetch-depth: 0
5656

@@ -160,7 +160,7 @@ jobs:
160160

161161
steps:
162162
- name: Checkout code
163-
uses: actions/checkout@v5
163+
uses: actions/checkout@v6
164164
with:
165165
fetch-depth: 0
166166

@@ -226,7 +226,7 @@ jobs:
226226

227227
steps:
228228
- name: Checkout code
229-
uses: actions/checkout@v5
229+
uses: actions/checkout@v6
230230
with:
231231
fetch-depth: 0
232232

0 commit comments

Comments
 (0)