Skip to content

Commit 4c95be7

Browse files
Simon Prochazkafallion
authored andcommitted
fix: use correct linter
1 parent d1b57e4 commit 4c95be7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Check out code into the Go module directory
1010
uses: actions/checkout@v1
1111
- name: Commitsar check
12-
uses: docker://outillage/commitsar
12+
uses: docker://aevea/commitsar
1313
golangci-lint:
1414
name: runner / golangci-lint
1515
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Check out code into the Go module directory
1313
uses: actions/checkout@v1
1414
- name: Release Notary
15-
uses: docker://outillage/release-notary
15+
uses: docker://aevea/release-notary
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)