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:44:52 +0300
committerGitHub <noreply@github.com>2022-10-25 18:44:52 +0300
commit933b3d07b99165006b1be6b616b47e2adfa43124 (patch)
treed3ad8d6319e0a5756bc3ec1fa41c596524c009fe
parent1a41385c7f52ea66c3c20e93a37557865e125021 (diff)
Update tests.yml
-rw-r--r--.github/workflows/tests.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index d7ed11e..9bc41dd 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -21,9 +21,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: Tests