Skip to content

Commit 9f45ec4

Browse files
authored
Merge pull request #94 from ArcanaFramework/typo-fix
Fix typo and doc strings
2 parents abc18d1 + 2588616 commit 9f45ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Disable etelemetry
3838
run: echo "NO_ET=TRUE" >> $GITHUB_ENV
3939
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
40-
uses: actions/setup-python@v2
40+
uses: actions/setup-python@v5
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
- name: Update build tools

0 commit comments

Comments
 (0)