Skip to content

Commit 3fe416f

Browse files
committed
commit to test GitHub Actions
1 parent e46cb50 commit 3fe416f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ 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@main
2020
- name: Setup Python
2121
# Get Python configured and installed in a build environment by using the `setup-python@v2` GitHub tool
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python@main
2323
with:
2424
# Create an environment for each of the Python versions listed in matrix: python
2525
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)