Skip to content

Commit 886e7ad

Browse files
authored
Bump checkout action version
CURA-13207
1 parent a4ac0f7 commit 886e7ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
container: python:3.7-slim
88
steps:
99
- name: Checkout master
10-
uses: actions/checkout@v4
10+
uses: actions/checkout@v6
1111
- name: Install lxml
1212
run: python -m pip install lxml==4.6.5
1313
- name:

0 commit comments

Comments
 (0)