From 7e6d2ec34354ee8256f7e13bdb4065005a265e45 Mon Sep 17 00:00:00 2001 From: Gabriel-Paulucci Date: Wed, 7 Feb 2024 09:36:30 -0300 Subject: [PATCH] Update: actions for use node 20 --- .github/workflows/dotnet8.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dotnet8.yml b/.github/workflows/dotnet8.yml index aaa8035..6407f02 100644 --- a/.github/workflows/dotnet8.yml +++ b/.github/workflows/dotnet8.yml @@ -16,9 +16,9 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ matrix.version }} - name: Login into Github Packeges @@ -37,9 +37,9 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: ${{ matrix.version }} - name: Login into Github Packeges @@ -56,9 +56,9 @@ jobs: if: github.ref_name == 'dotnet8' && github.event_name == 'push' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x - name: Restore dependencies @@ -87,9 +87,9 @@ jobs: if: github.ref_name == 'dotnet8' && github.event_name == 'push' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup .NET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: 8.0.x - name: Restore dependencies