Skip to content

Commit e1270b1

Browse files
committed
Обновлены зависимости в CI Actions
Подглядел у @Vadim-Khristenko
1 parent ef4f169 commit e1270b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
deploy:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
11-
- uses: actions/setup-python@v2
10+
- uses: actions/checkout@v4.1.5
11+
- uses: actions/setup-python@v5.1.0
1212
with:
1313
python-version: 3.x
1414
- run: pip install -r requirements.txt

0 commit comments

Comments
 (0)