Update Github actions to use latest versions of setup-python and checkout (#3499)

This commit is contained in:
zhexu14
2025-04-27 18:41:20 +10:00
committed by GitHub
parent 023c56700e
commit b046365b91
6 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ jobs:
name: Python tests
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true
@@ -24,7 +24,7 @@ jobs:
name: Typescript tests
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JS environment
uses: ./.github/actions/setup-liberation-js