Skip to content

Commit 4ce3da4

Browse files
authored
Merge pull request #2763 from ccnmtl/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 4ed1dd2 + 0cd4f5d commit 4ce3da4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
matrix:
88
python-version: ["3.12"]
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- name: Set up Python ${{ matrix.python-version }}
1212
uses: actions/setup-python@v6
1313
with:

.github/workflows/codeql-analysis.yml

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

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@v6
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

0 commit comments

Comments
 (0)