Update some actions
This commit is contained in:
parent
7e96898a06
commit
51e8ee9f76
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -25,9 +25,9 @@ jobs:
|
|||||||
Get-PSDrive -PSProvider FileSystem
|
Get-PSDrive -PSProvider FileSystem
|
||||||
Get-CIMInstance -Class Win32_Processor | Select-Object -Property Name
|
Get-CIMInstance -Class Win32_Processor | Select-Object -Property Name
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
|
|
||||||
@ -90,9 +90,9 @@ jobs:
|
|||||||
Get-PSDrive -PSProvider FileSystem
|
Get-PSDrive -PSProvider FileSystem
|
||||||
Get-CIMInstance -Class Win32_Processor | Select-Object -Property Name
|
Get-CIMInstance -Class Win32_Processor | Select-Object -Property Name
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: '3.8'
|
python-version: '3.8'
|
||||||
# Note that ARM64 prior to Win11 requires x86, but this will install x64
|
# Note that ARM64 prior to Win11 requires x86, but this will install x64
|
||||||
|
|||||||
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -13,9 +13,9 @@ jobs:
|
|||||||
python-version: [3.8, 3.9]
|
python-version: [3.8, 3.9]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user