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:47 +0300
committerGitHub <noreply@github.com>2022-10-25 18:46:47 +0300
commit218522beca40c530fe2a2d22a397dd1974e3f317 (patch)
treec1b1bd662ef3f31e20bd6040cdd8c7fb68d37b40
parent5d5c887cab4949c652568ca14b277233ce2acc33 (diff)
Update release.yml
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 6363b4c..533d292 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -51,9 +51,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: 5.0.x
- name: Build