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

github.com/ClusterM/famicom-dumper-client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-13 17:35:03 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-12-13 17:35:03 +0300
commit2446f171ff3fbc508f7d2afbbd53969ee760bb33 (patch)
tree88e14f3d2e261d297912779018feb83bdba509a4 /.github
parentac57fae587fda77ebe05866daaf9e6eb3f0bfb24 (diff)
Pipeline fix
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-test.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 605b1df..3784676 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -31,7 +31,7 @@ jobs:
OUTPUT_SUBDIR: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.sc }}
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Setup .NET
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5af0b55..1bb9a57 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -48,7 +48,7 @@ jobs:
arch: arm
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Setup .NET