From fb9336749b9127bd5118e6aabed06e928944a236 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Tue, 7 Mar 2023 20:04:22 +0100 Subject: Select embroidery elements by stitch type (#1965) --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8a74dae..0d1567a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,7 +22,7 @@ jobs: - uses: ruby/setup-ruby@v1 with: ruby-version: 3.1 - - uses: actions/cache@v2 + - uses: actions/cache@v3 id: pip-cache with: path: ~/.cache/pip -- cgit v1.3.1