From 9c01b7a8a15722f92718ea126d6d9b289969cde0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 19:14:15 +0000 Subject: [PATCH] chore(github-actions): bump actions/cache from 5 to 5.0.5 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 5.0.5. - [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/v5...v5.0.5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/commitlint.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/website.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 67a7ab998..390b43bbb 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -22,7 +22,7 @@ jobs: with: node-version: lts/* - - uses: actions/cache@v5 + - uses: actions/cache@v5.0.5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index cbd0a1676..e5c1e82b4 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -13,7 +13,7 @@ jobs: with: node-version: lts/* - name: Cache .npm - uses: actions/cache@v5 + uses: actions/cache@v5.0.5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('lapis-e2e/**/package-lock.json') }} diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 70c7481ed..0c2bcfd6d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: lts/* - - uses: actions/cache@v5 + - uses: actions/cache@v5.0.5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }} @@ -38,7 +38,7 @@ jobs: - uses: actions/setup-node@v6 with: node-version: lts/* - - uses: actions/cache@v5 + - uses: actions/cache@v5.0.5 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}