From 0bb7c5351a2384cda33a023d93213fef6aa56347 Mon Sep 17 00:00:00 2001 From: Michael Croes Date: Wed, 26 Jul 2023 23:59:21 +0200 Subject: [PATCH] ci: Update actions to Node 16 compatible versions --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index bc7b024..8116e8b 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -75,7 +75,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Snap7 Linux if: ${{ matrix.os == 'ubuntu-20.04' }} @@ -90,14 +90,14 @@ jobs: brew install snap7 - name: Setup Dotnet - uses: actions/setup-dotnet@v1 + uses: actions/setup-dotnet@v3 with: dotnet-version: | 6.x 7.x - name: Nuget Cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: ~/.nuget/packages # Look to see if there is a cache hit for the corresponding requirements file