From 9d1f893415f05f00b9319584dd29bf03444edf5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 09:25:29 +0000 Subject: [PATCH 1/2] chore(deps): bump actions/cache from v2 to v2.1.4 Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe20e67..9803323 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - name: Restore cached dependencies - uses: actions/cache@v2 + uses: actions/cache@v2.1.4 with: path: node_modules key: node-modules-${{ hashFiles('package.json') }} From 670d55ad75b4118f65c90884dc10f61b9ab8472a Mon Sep 17 00:00:00 2001 From: Jack Murdoch Date: Wed, 7 Apr 2021 13:44:27 +0100 Subject: [PATCH 2/2] chore: trigger actions