From 5c2a41854368932eaec6714c9d7f7747c105baac Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Thu, 25 Jan 2024 22:20:21 +0100 Subject: [PATCH] Update GitHub Actions actions --- .github/workflows/ci.yml | 6 +++--- .github/workflows/publish.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37387b7..3d8cfae 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: @@ -51,7 +51,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Yarn cache - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: yarn-cache with: @@ -83,7 +83,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 dc093df..e5f2676 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: