Skip to content

Commit 7dedc29

Browse files
committed
Fix missing update
1 parent f120d72 commit 7dedc29

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
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/checkout@v3
4848

4949
- name: Set up Python ${{ matrix.python-version }}
50-
uses: actions/setup-python@v3
50+
uses: actions/setup-python@v4
5151
with:
5252
python-version: ${{ matrix.python-version }}
5353

0 commit comments

Comments
 (0)