From 9c2bbfa876479a94490a43514d8daf92191dffef Mon Sep 17 00:00:00 2001 From: Will Jordan Date: Mon, 25 Mar 2024 13:46:00 +0100 Subject: [PATCH] Update checkout and setup-dot-net action versions to use Node 20 --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c4ab55..0a0db25 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,10 +35,10 @@ jobs: # Use bash shells on all platforms. shell: bash steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 name: 🧾 Checkout - - uses: actions/setup-dotnet@v3 + - uses: actions/setup-dotnet@v4 if: ${{ matrix.use-dotnet }} name: 💽 Setup .NET SDK 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 runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 name: 🧾 Checkout - uses: ./ @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set Node.js 20.x uses: actions/setup-node@v3