Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-25 18:46:04 +0300
committerGitHub <noreply@github.com>2022-10-25 18:46:04 +0300
commit5d5c887cab4949c652568ca14b277233ce2acc33 (patch)
treef199681a61d354ac42d66eb27d9bd9a9f96587e8
parent933b3d07b99165006b1be6b616b47e2adfa43124 (diff)
Update build-test.yml
-rw-r--r--.github/workflows/build-test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index ae4f6bd..d7dce27 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -33,9 +33,9 @@ jobs:
- name: Fix line endings
run: git config --global core.autocrlf false
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Setup .NET
- uses: actions/setup-dotnet@v1
+ uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Build