Skip to content

Commit c266490

Browse files
authored
chore: update GH action for Python setup
1 parent ef0d502 commit c266490

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
- name: checkout
1212
uses: actions/checkout@v2
1313

14-
- name: Set up Python
15-
uses: actions/setup-python@v2
14+
- name: Setup Python
15+
uses: actions/setup-python@v5.5.0
1616
with:
1717
python-version: '3.8'
1818
architecture: 'x64'

0 commit comments

Comments
 (0)