Skip to content

Commit 61c46d7

Browse files
committed
Add CI/CD with GitHub Actions and requirements.txt
1 parent 0b60b24 commit 61c46d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
name: Check out repository
1313
- name: Set up Python
1414
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)