From f23ef8ff900f293283ca40891ae048be9dc5883e Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Thu, 25 Jan 2024 22:18:59 +0100 Subject: [PATCH] Update GitHub Actions actions --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/publish.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ba26c3a3..f39152f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: yarn-cache with: @@ -54,7 +54,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: yarn-cache with: @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: yarn-cache with: @@ -121,7 +121,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: yarn-cache with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1fcaecad..13946c9c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: yarn-cache with: