From 354ff6c54837d2781d33d5d5bbd0897dc2cc6051 Mon Sep 17 00:00:00 2001 From: "Simon J.K. Pedersen" Date: Thu, 24 Aug 2023 22:50:04 +0200 Subject: [PATCH] Update to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 989cbd0..9c4062d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build run: dotnet build --configuration Release - name: Test