Skip to content

Commit 3e4d02a

Browse files
committed
commit to test GitHub Actions
1 parent a4cbb12 commit 3e4d02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
# Check out the repository by using the `actions/checkout@v2` GitHub tool
1818
# so the rest of the workflow can access it
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout
2020
- name: Setup Python
2121
# Get Python configured and installed in a build environment by using the `setup-python@v2` GitHub tool
2222
uses: actions/setup-python@v2

0 commit comments

Comments
 (0)