Skip to content

Commit 8a5e0ca

Browse files
renovate[bot]barmac
authored andcommitted
chore: update actions/checkout action to v6
1 parent f527b01 commit 8a5e0ca

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@v5
19+
uses: actions/checkout@v6
2020
- name: Use Node.js
2121
uses: actions/setup-node@v6
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@v5
22+
uses: actions/checkout@v6
2323

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

0 commit comments

Comments
 (0)