diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2023-03-07 20:04:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-07 20:04:22 +0100 |
| commit | fb9336749b9127bd5118e6aabed06e928944a236 (patch) | |
| tree | 8ecaae9518fa072db3bbabf81e5ebd1b64d800eb /.github/workflows | |
| parent | 28eb374bd08f2230c57f6de821c3c8b83b40c0ff (diff) | |
Select embroidery elements by stitch type (#1965)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
