Skip to content

Commit 1e850f9

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414
python: ["3.10", "3.11", "3.12"]
1515

1616
steps:
17-
# Check out the repository by using the `actions/checkout@v2` GitHub tool
18-
# so the rest of the workflow can access it
17+
# Check out the repository by using the latest `actions/checkout@main` GitHub tool
18+
# (without specifying versions like `...@v2`, `...@v3` and so on)
19+
# so the rest of the workflow can access it.
1920
- uses: actions/checkout@main
2021
- name: Setup Python
21-
# Get Python configured and installed in a build environment by using the `setup-python@v2` GitHub tool
22+
# Get Python configured and installed in a build environment
23+
# by using the latest `setup-python@main` GitHub tool.
2224
uses: actions/setup-python@main
2325
with:
2426
# Create an environment for each of the Python versions listed in matrix: python

0 commit comments

Comments
 (0)