Skip to content

Commit 1a3ce3f

Browse files
committed
update workflow to action v4
1 parent a44dff3 commit 1a3ce3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: ['3.9', '3.10', '3.11', '3.12']
1515

1616
steps:
17-
- uses: actions/checkout@v3 # Updated to the latest version
17+
- uses: actions/checkout@v4 # Updated to the latest version
1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v4 # Updated to the latest version
2020
with:

0 commit comments

Comments
 (0)