diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1b6bf27..d1297e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: node-version: 12.x - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-node-modules with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e20428c..101eb44 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: node-version: 12.x - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-node-modules with: diff --git a/site/layouts/partials/feedback.html b/site/layouts/partials/feedback.html index 9b194ea..05b9294 100644 --- a/site/layouts/partials/feedback.html +++ b/site/layouts/partials/feedback.html @@ -1,12 +1,10 @@
-