Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all
Browse files Browse the repository at this point in the history
renovate-bot committed Oct 20, 2020

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent 0bf51f0 commit 19e42f7
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v1
uses: golangci/golangci-lint-action@v2
with:
version: v1.28
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -123,7 +123,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.golang }}
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}
4 changes: 2 additions & 2 deletions go.mod

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/sgtm/page_profile.tmpl.html
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
<meta name="twitter:description" property="og:description" itemprop="description" content="{{.Profile.User.DisplayName}} on Sounds good to me - SGTM" />
<meta name="description" content="{{.Profile.User.DisplayName}} on Sounds good to me - SGTM" />

<script defer src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"></script>
<script defer src="//cdnjs.cloudflare.com/ajax/libs/d3/6.2.0/d3.min.js"></script>
<script defer src="//cdn.jsdelivr.net/cal-heatmap/3.3.10/cal-heatmap.min.js"></script>
<link rel="stylesheet" href="//cdn.jsdelivr.net/cal-heatmap/3.3.10/cal-heatmap.css" />
{{end}}

0 comments on commit 19e42f7

Please sign in to comment.