From 7bd74670004409875cd588442d346d845d7ed779 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:09:13 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-update-swagger-dotnet.yml | 2 +- .github/workflows/clientapp-react-linux-ci.yml | 2 +- .github/workflows/clientapp-react-windows-ci.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/documentation-gh-pages.yml | 2 +- .github/workflows/documentation-linux-ci.yml | 4 ++-- .github/workflows/starsky-codecov-clientapp-netcore.yml | 4 ++-- .github/workflows/starsky-dotnetcore-ubuntu.yml | 2 +- .github/workflows/starsky-sonarqube-clientapp-netcore.yml | 6 +++--- .github/workflows/storybook-clientapp-netlify.yml | 2 +- 10 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/auto-update-swagger-dotnet.yml b/.github/workflows/auto-update-swagger-dotnet.yml index 46020571f4..9a6aabb35a 100644 --- a/.github/workflows/auto-update-swagger-dotnet.yml +++ b/.github/workflows/auto-update-swagger-dotnet.yml @@ -32,7 +32,7 @@ jobs: dotnet-version: 6.0.417 - name: Cache nuget packages (*nix) - uses: actions/cache@v3 + uses: actions/cache@v4 with: # nuget cache files are stored in `~/.nuget/packages` on Linux/macOS path: ~/.nuget/packages diff --git a/.github/workflows/clientapp-react-linux-ci.yml b/.github/workflows/clientapp-react-linux-ci.yml index ab6c3cbfed..15a8bda646 100644 --- a/.github/workflows/clientapp-react-linux-ci.yml +++ b/.github/workflows/clientapp-react-linux-ci.yml @@ -35,7 +35,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache node modules clientapp - uses: actions/cache@v3 + uses: actions/cache@v4 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm diff --git a/.github/workflows/clientapp-react-windows-ci.yml b/.github/workflows/clientapp-react-windows-ci.yml index 10d72667d6..c8864092f7 100644 --- a/.github/workflows/clientapp-react-windows-ci.yml +++ b/.github/workflows/clientapp-react-windows-ci.yml @@ -35,7 +35,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache node modules clientapp - uses: actions/cache@v3 + uses: actions/cache@v4 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 22589b6d4a..bf7b917828 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -54,7 +54,7 @@ jobs: # uses a compiled language - name: Cache nuget packages (*nix) - uses: actions/cache@v3 + uses: actions/cache@v4 with: # nuget cache files are stored in `~/.nuget/packages` on Linux/macOS path: ~/.nuget/packages diff --git a/.github/workflows/documentation-gh-pages.yml b/.github/workflows/documentation-gh-pages.yml index 53d070b261..0e3293c4a2 100644 --- a/.github/workflows/documentation-gh-pages.yml +++ b/.github/workflows/documentation-gh-pages.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Cache node modules clientapp - uses: actions/cache@v3 + uses: actions/cache@v4 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm diff --git a/.github/workflows/documentation-linux-ci.yml b/.github/workflows/documentation-linux-ci.yml index 38c2a8e6fe..088c4e0f43 100644 --- a/.github/workflows/documentation-linux-ci.yml +++ b/.github/workflows/documentation-linux-ci.yml @@ -36,7 +36,7 @@ jobs: node-version: ${{ matrix.node-version }} - name: Cache node modules docs - uses: actions/cache@v3 + uses: actions/cache@v4 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm @@ -66,7 +66,7 @@ jobs: node-version: '18.x' - name: Cache node modules docs - uses: actions/cache@v3 + uses: actions/cache@v4 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm diff --git a/.github/workflows/starsky-codecov-clientapp-netcore.yml b/.github/workflows/starsky-codecov-clientapp-netcore.yml index d707255229..bd75b8e6d0 100644 --- a/.github/workflows/starsky-codecov-clientapp-netcore.yml +++ b/.github/workflows/starsky-codecov-clientapp-netcore.yml @@ -36,7 +36,7 @@ jobs: dotnet-version: 6.0.417 - name: Cache node modules clientapp (*nix) - uses: actions/cache@v3 + uses: actions/cache@v4 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm @@ -45,7 +45,7 @@ jobs: ${{ runner.os }}-build-clientapp- - name: Cache nuget packages (*nix) - uses: actions/cache@v3 + uses: actions/cache@v4 with: # nuget cache files are stored in `~/.nuget/packages` on Linux/macOS path: ~/.nuget/packages diff --git a/.github/workflows/starsky-dotnetcore-ubuntu.yml b/.github/workflows/starsky-dotnetcore-ubuntu.yml index e0d1a4a287..bbaefb64a2 100644 --- a/.github/workflows/starsky-dotnetcore-ubuntu.yml +++ b/.github/workflows/starsky-dotnetcore-ubuntu.yml @@ -41,7 +41,7 @@ jobs: dotnet-version: 6.0.417 - name: Cache nuget packages (*nix) - uses: actions/cache@v3 + uses: actions/cache@v4 with: # nuget cache files are stored in `~/.nuget/packages` on Linux/macOS path: ~/.nuget/packages diff --git a/.github/workflows/starsky-sonarqube-clientapp-netcore.yml b/.github/workflows/starsky-sonarqube-clientapp-netcore.yml index c4e8875132..b5e20c2fce 100644 --- a/.github/workflows/starsky-sonarqube-clientapp-netcore.yml +++ b/.github/workflows/starsky-sonarqube-clientapp-netcore.yml @@ -55,7 +55,7 @@ jobs: architecture: x64 # (x64 or x86) - defaults to x64 - name: Cache node modules clientapp (*nix) - uses: actions/cache@v3 + uses: actions/cache@v4 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm @@ -64,7 +64,7 @@ jobs: ${{ runner.os }}-build-clientapp- - name: Cache nuget packages (*nix) - uses: actions/cache@v3 + uses: actions/cache@v4 with: # nuget cache files are stored in `~/.nuget/packages` on Linux/macOS path: ~/.nuget/packages @@ -73,7 +73,7 @@ jobs: ${{ runner.os }}-build-netcore- - name: Cache sonarqube packages (*nix) - uses: actions/cache@v3 + uses: actions/cache@v4 with: # nuget cache files are stored in `~/.sonar` on Linux/macOS path: ~/.sonar diff --git a/.github/workflows/storybook-clientapp-netlify.yml b/.github/workflows/storybook-clientapp-netlify.yml index 2ddb3f87eb..5bd0e0a5c3 100644 --- a/.github/workflows/storybook-clientapp-netlify.yml +++ b/.github/workflows/storybook-clientapp-netlify.yml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Cache node modules clientapp - uses: actions/cache@v3 + uses: actions/cache@v4 with: # npm cache files are stored in `~/.npm` on Linux/macOS path: ~/.npm