Skip to content

Commit aab2636

Browse files
committed
update actions/checkout to v5
1 parent 129e329 commit aab2636

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v3
41+
uses: actions/checkout@v5
4242

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

.github/workflows/python-package.yml

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

200200
steps:
201201
# see : https://github.com/actions/checkout
202-
- uses: actions/checkout@v4
202+
- uses: actions/checkout@v5
203203

204204
- name: Setting up Python ${{ matrix.python-version }}
205205
# see: https://github.com/actions/setup-python

0 commit comments

Comments
 (0)