From 458fead73a47f4aaa685962f348334d1f7a8b397 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 21:25:46 +0000 Subject: [PATCH 1/3] chore(deps): bump actions/cache from 4.3.0 to 5.0.0 Bumps [actions/cache](https://github.com/actions/cache) from 4.3.0 to 5.0.0. - [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/0057852bfaa89a56745cba8c7296529d2fc39830...a7833574556fa59680c1b7cb190c1735db73ebf0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/copilot-setup-steps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 858a081d9..a572a6660 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -43,13 +43,13 @@ jobs: node-version-file: '.nvmrc' - name: Cache npm files - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4 with: path: ~/.npm key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}} - name: Cache the out/ directory - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 + uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4 with: path: ./out key: ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}} From 8cda2a1fbadc4f62904a0473b445caa180894647 Mon Sep 17 00:00:00 2001 From: Christoffer Artmann Date: Fri, 12 Dec 2025 13:29:36 +0100 Subject: [PATCH 2/3] Apply suggestion from @Artmann --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index a572a6660..ad3095895 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -49,7 +49,7 @@ jobs: key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}} - name: Cache the out/ directory - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4 + uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5 with: path: ./out key: ${{runner.os}}-${{env.CACHE_OUT_DIRECTORY}}-${{hashFiles('src/**')}} From 44922506cbc014f11e06f6822e650e90cd3b9530 Mon Sep 17 00:00:00 2001 From: Christoffer Artmann Date: Fri, 12 Dec 2025 13:29:43 +0100 Subject: [PATCH 3/3] Apply suggestion from @Artmann --- .github/workflows/copilot-setup-steps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index ad3095895..0cbd57326 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -43,7 +43,7 @@ jobs: node-version-file: '.nvmrc' - name: Cache npm files - uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v4 + uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5 with: path: ~/.npm key: ${{runner.os}}-${{env.CACHE_NPM_DEPS}}-${{hashFiles('package-lock.json')}}