Skip to content

Commit 0daa029

Browse files
Update actions/checkout action to v5
1 parent 074716d commit 0daa029

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
matrix:
1313
python-version: ["3.8", "3.9", "3.10", "3.11"]
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v5
1818
with:
@@ -49,7 +49,7 @@ jobs:
4949
needs: [test]
5050
if: contains(github.ref, 'main')
5151
steps:
52-
- uses: actions/checkout@v4
52+
- uses: actions/checkout@v5
5353
- name: Set up Python
5454
uses: actions/setup-python@v5
5555
with:
@@ -81,7 +81,7 @@ jobs:
8181
needs: [test]
8282
if: contains(github.ref, 'tags')
8383
steps:
84-
- uses: actions/checkout@v4
84+
- uses: actions/checkout@v5
8585
- name: Set up Python
8686
uses: actions/setup-python@v5
8787
with:

0 commit comments

Comments
 (0)