Skip to content

Commit d838c55

Browse files
renovate[bot]nikku
authored andcommitted
chore: update actions/checkout action to v5
1 parent 85dbb68 commit d838c55

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

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

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- name: Use Node.js
2121
uses: actions/setup-node@v4
2222
with:

.github/workflows/CODE_SCANNING.yml

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

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
# Initializes the CodeQL tools for scanning.
2525
- name: Initialize CodeQL

0 commit comments

Comments
 (0)