Skip to content

Commit e91a35f

Browse files
authored
Update TestAutomationWithPytest.yml
1 parent 5e93bbb commit e91a35f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/TestAutomationWithPytest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

1515
- name: Set up Python 3.10.5
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v5
1717
with:
1818
python-version: 3.10.5
1919

2020
- name: Cache Python dependencies
21-
uses: actions/cache@v2
21+
uses: actions/cache@v3
2222
with:
2323
path: ~/.cache/pip
2424
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
@@ -48,7 +48,7 @@ jobs:
4848
continue-on-error: true
4949

5050
- name: Get Allure history
51-
uses: actions/checkout@v2
51+
uses: actions/checkout@v4
5252
if: always()
5353
continue-on-error: true
5454
with:

0 commit comments

Comments
 (0)