diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index d7ca24ce..2f27088f 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -40,7 +40,7 @@ jobs:
with:
go-version: ${{ matrix.golang }}
- name: Cache Go modules
- uses: actions/cache@v2.1.4
+ uses: actions/cache@v2.1.6
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -97,7 +97,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- - uses: actions/cache@v2.1.4
+ - uses: actions/cache@v2.1.6
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
@@ -138,7 +138,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- - uses: actions/cache@v2.1.4
+ - uses: actions/cache@v2.1.6
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 59f9a535..2ec10943 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -34,7 +34,7 @@ jobs:
-
name: Cache Go modules
if: steps.semantic.outputs.new-release-published == 'true'
- uses: actions/cache@v2.1.4
+ uses: actions/cache@v2.1.6
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-v1-${{ hashFiles('**/go.sum') }}
diff --git a/cmd/web-editor/static/index.html b/cmd/web-editor/static/index.html
index bc8af00d..b36de416 100644
--- a/cmd/web-editor/static/index.html
+++ b/cmd/web-editor/static/index.html
@@ -8,12 +8,12 @@
-
-
-
-
-
-
+
+
+
+
+
+