Merge pull request #89 from OpenAccess-AI-Collective/NanoCode012-update-action-version
Browse files
.github/workflows/tests.yml
CHANGED
|
@@ -8,10 +8,10 @@ jobs:
|
|
| 8 |
|
| 9 |
steps:
|
| 10 |
- name: Check out repository code
|
| 11 |
-
uses: actions/checkout@
|
| 12 |
|
| 13 |
- name: Setup Python
|
| 14 |
-
uses: actions/setup-python@
|
| 15 |
with:
|
| 16 |
python-version: "3.9"
|
| 17 |
cache: 'pip' # caching pip dependencies
|
|
|
|
| 8 |
|
| 9 |
steps:
|
| 10 |
- name: Check out repository code
|
| 11 |
+
uses: actions/checkout@v3
|
| 12 |
|
| 13 |
- name: Setup Python
|
| 14 |
+
uses: actions/setup-python@v4
|
| 15 |
with:
|
| 16 |
python-version: "3.9"
|
| 17 |
cache: 'pip' # caching pip dependencies
|