From 9c3a88a491b305115011848c7277c82a6fb8093d Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Fri, 21 Apr 2023 11:04:18 +1200 Subject: [ci] Update to latest actions/checkout Should fix "Node.js 12 actions are deprecated" warning. --- .github/workflows/nuget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nuget.yml b/.github/workflows/nuget.yml index 40ab4244c..d3fe7006b 100644 --- a/.github/workflows/nuget.yml +++ b/.github/workflows/nuget.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: recursive -- cgit v1.2.1