Skip to content

Commit a7c94c1

Browse files
authored
sync: update CI config files (#37)
* update .github/workflows/automerge.yml * update .github/workflows/go-test.yml * update .github/workflows/go-check.yml Co-authored-by: web3-bot <[email protected]>
1 parent 3f2ce11 commit a7c94c1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
outputs:
1515
status: ${{ steps.should-automerge.outputs.status }}
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v2
1818
with:
1919
fetch-depth: 0
2020
- name: Check if we should automerge

.github/workflows/go-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
env:
1212
RUNGOGENERATE: false
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v2
1515
with:
1616
submodules: recursive
1717
- uses: actions/setup-go@v2

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ${{ matrix.os }}-latest
1717
name: ${{ matrix.os}} (go ${{ matrix.go }})
1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v2
2020
with:
2121
submodules: recursive
2222
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)