mirror of
https://github.com/chickensoft-games/setup-godot.git
synced 2025-08-14 21:05:06 +00:00
Update checkout and setup-dot-net action versions to use Node 20
This commit is contained in:
parent
f3ab1d023c
commit
9c2bbfa876
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -35,10 +35,10 @@ jobs:
|
|||||||
# Use bash shells on all platforms.
|
# Use bash shells on all platforms.
|
||||||
shell: bash
|
shell: bash
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
name: 🧾 Checkout
|
name: 🧾 Checkout
|
||||||
|
|
||||||
- uses: actions/setup-dotnet@v3
|
- uses: actions/setup-dotnet@v4
|
||||||
if: ${{ matrix.use-dotnet }}
|
if: ${{ matrix.use-dotnet }}
|
||||||
name: 💽 Setup .NET SDK
|
name: 💽 Setup .NET SDK
|
||||||
with:
|
with:
|
||||||
@ -67,7 +67,7 @@ jobs:
|
|||||||
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
|
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
name: 🧾 Checkout
|
name: 🧾 Checkout
|
||||||
|
|
||||||
- uses: ./
|
- uses: ./
|
||||||
@ -85,7 +85,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set Node.js 20.x
|
- name: Set Node.js 20.x
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user