Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit fbeacb3

Browse files
authored
Merge pull request #10 from allthingslinux/renovate/actions-checkout-5.x
2 parents 84a445a + 2214da6 commit fbeacb3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# REPOSITORY CHECKOUT
6565
# Full history not needed for linting current state
6666
- name: Checkout Repository
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868

6969
# SMART CHANGE DETECTION
7070
# Detects Docker file changes to skip unnecessary runs
@@ -156,7 +156,7 @@ jobs:
156156
# REPOSITORY CHECKOUT
157157
# Shallow clone sufficient for validation current state
158158
- name: Checkout Repository
159-
uses: actions/checkout@v4
159+
uses: actions/checkout@v5
160160

161161
# SMART CHANGE DETECTION
162162
# Only runs when Docker Compose files change
@@ -269,7 +269,7 @@ jobs:
269269
# REPOSITORY CHECKOUT
270270
# Full history not needed for security scanning
271271
- name: Checkout Repository
272-
uses: actions/checkout@v4
272+
uses: actions/checkout@v5
273273

274274
# SMART CHANGE DETECTION FOR DOCKER FILES
275275
# Only scan if Docker-related files changed

0 commit comments

Comments
 (0)