SANDRAMSC commited on
Commit
ba621b4
·
unverified ·
1 Parent(s): 1785fdb

Set up Python to uses: actions/setup-python@v5

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +1 -1
.github/workflows/ci-cd.yml CHANGED
@@ -14,7 +14,7 @@ jobs:
14
  uses: actions/checkout@v3
15
 
16
  - name: Set up Python
17
- uses: actions/setup-python@v3
18
 
19
  - name: Install dependencies
20
  run: pip install -r requirements.txt
 
14
  uses: actions/checkout@v3
15
 
16
  - name: Set up Python
17
+ uses: actions/setup-python@v5
18
 
19
  - name: Install dependencies
20
  run: pip install -r requirements.txt