Skip to content

Commit 27a970a

Browse files
Merge pull request #15955 from nestjs/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 5d71b02 + 3590b70 commit 27a970a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

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

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v5
24+
uses: actions/checkout@v6
2525
with:
2626
# We must fetch at least the immediate parents so that if this is
2727
# a pull request then we can checkout the head.

0 commit comments

Comments
 (0)