From 2bbd3026c06b2f89cd7f512b3be2cfa6b23db40e Mon Sep 17 00:00:00 2001 From: Tom Lokhorst Date: Mon, 4 Nov 2024 23:22:28 +0100 Subject: [PATCH] Update github action in workflows --- .github/workflows/checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 722bc8b8..e9809e46 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Pull cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .build key: ${{ runner.os }}spm${{ hashFiles('**/Package.resolved') }} @@ -42,7 +42,7 @@ jobs: mv rswift-dev/rswift .build/release/rswift chmod +x .build/release/rswift - name: Pull cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: podcache-ios with: path: Examples/ResourceApp/Pods @@ -121,7 +121,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Pull cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: .build key: ${{ runner.os }}spm${{ hashFiles('**/Package.resolved') }}