From 91fd1c99aa17d8a5cb9e22d143215bf178283b3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 00:25:14 +0000 Subject: [PATCH 1/2] Bump the github group with 1 update Bumps the github group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `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 dependency-group: github ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 381e0ae4a..5fdc8d4e8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: node-version: 10.x - name: Cache Node.js modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.OS }}-node-${{ hashFiles('**/yarn.lock') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ebf16f9b2..a8e05015c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: with: node-version: '10.x' - name: Cache Node.js modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: '**/node_modules' key: ${{ runner.OS }}-node-${{ hashFiles('**/yarn.lock') }} From cd1dc5c0e10f759eec434001c4431432a234ed1c Mon Sep 17 00:00:00 2001 From: Richard Tibbles Date: Thu, 18 Jan 2024 16:37:47 -0800 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a6edcc60..03ea9eb39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ Changelog is rather internal in nature. See release notes for the public overvie ## Upcoming version +- [#522] + - **Description:** Upgrades github-actions/cache dependency + - **Products impact:** Dev dependency upgrade + - **Addresses:** - + - **Components:** - + - **Breaking:** no + - **Impacts a11y:** no + - **Guidance:** - + +[#522]: https://github.com/learningequality/kolibri-design-system/pull/522 + - [#518] - **Description:** Add testing for KImg component - **Products impact:** none @@ -36,6 +47,7 @@ Changelog is rather internal in nature. See release notes for the public overvie - **Guidance:** - [#509]: https://github.com/learningequality/kolibri-design-system/pull/509 + - [#516] - **Description:** Upgrades follow-redirects dependency - **Products impact:** Dependency upgrade