Skip to content

Commit 30e53d6

Browse files
committed
update actions/checkout to v5
1 parent 118ce1a commit 30e53d6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -186,7 +186,7 @@ jobs:
186186

187187
steps:
188188
# see : https://github.com/actions/checkout
189-
- uses: actions/checkout@v4
189+
- uses: actions/checkout@v5
190190

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

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ v1.5.1
55
---------
66
2024-02-28:
77
- overhaul documentation
8-
- github actions/checkout@v4
8+
- github actions/checkout@v5
99
- github actions/setup-python@v5
1010

1111
v1.5.0

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1116,7 +1116,7 @@ v1.5.1
11161116
---------
11171117
2024-02-28:
11181118
- overhaul documentation
1119-
- github actions/checkout@v4
1119+
- github actions/checkout@v5
11201120
- github actions/setup-python@v6
11211121

11221122
v1.5.0

0 commit comments

Comments
 (0)