mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-01-27 17:18:37 +00:00
ci: Version the setup-* actions used for testing
This commit is contained in:
parent
d691e0a394
commit
e81e1b51db
10
.github/workflows/workflow.yml
vendored
10
.github/workflows/workflow.yml
vendored
@ -100,27 +100,27 @@ jobs:
|
|||||||
override: true
|
override: true
|
||||||
|
|
||||||
# Install Node.js at a fixed version
|
# Install Node.js at a fixed version
|
||||||
- uses: actions/setup-node@master
|
- uses: actions/setup-node@v1
|
||||||
with:
|
with:
|
||||||
node-version: "12.0.0"
|
node-version: "12.0.0"
|
||||||
|
|
||||||
# Install Golang at a fixed version
|
# Install Golang at a fixed version
|
||||||
- uses: actions/setup-go@master
|
- uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: "1.12.1"
|
go-version: "1.12.1"
|
||||||
|
|
||||||
# Install Ruby at a fixed version
|
# Install Ruby at a fixed version
|
||||||
- uses: actions/setup-ruby@master
|
- uses: actions/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: "2.6.3"
|
ruby-version: "2.6.3"
|
||||||
|
|
||||||
# Install Python at a fixed version
|
# Install Python at a fixed version
|
||||||
- uses: actions/setup-python@master
|
- uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: "3.7.4"
|
python-version: "3.7.4"
|
||||||
|
|
||||||
# Install dotnet at a fixed version
|
# Install dotnet at a fixed version
|
||||||
- uses: actions/setup-dotnet@master
|
- uses: actions/setup-dotnet@v1
|
||||||
with:
|
with:
|
||||||
dotnet-version: "2.2.402"
|
dotnet-version: "2.2.402"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user