Skip to content

Commit

Permalink
Update win-build-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Dec 19, 2024
1 parent 7e842a2 commit 7a5d93b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -31,7 +31,7 @@ jobs:
toolset: 14.2

- name: Setup Python Architecture x64
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_ver }}
architecture: 'x64'
Expand Down

0 comments on commit 7a5d93b

Please sign in to comment.