From 1965743ba28a5e7395cef11bdd4d0510fa55a239 Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Tue, 11 Feb 2025 17:31:28 +0100 Subject: [PATCH] Change actions/cache to v4 --- .github/workflows/build.yml | 6 +++--- .github/workflows/pr-size.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61ba3c6a8c..3687c50421 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -41,7 +41,7 @@ jobs: fetch-depth: 0 - name: Cache Dependencies - uses: actions/cache@v4.0.0 + uses: actions/cache@v4 id: cache-pkgs with: path: ".dependencies" @@ -106,7 +106,7 @@ jobs: fetch-depth: 0 - name: Cache Dependencies - uses: actions/cache@v4.0.0 + uses: actions/cache@v4 id: cache-pkgs with: path: ".dependencies" @@ -154,7 +154,7 @@ jobs: fetch-depth: 0 - name: Cache Dependencies - uses: actions/cache@v4.0.0 + uses: actions/cache@v4 id: cache-pkgs with: path: ".dependencies" diff --git a/.github/workflows/pr-size.yml b/.github/workflows/pr-size.yml index 8cf9f83b02..01756f11db 100644 --- a/.github/workflows/pr-size.yml +++ b/.github/workflows/pr-size.yml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Dependencies - uses: actions/cache@v4.0.0 + uses: actions/cache@v4 id: cache-pkgs with: path: ".dependencies"