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') }} 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