There was an error while loading. Please reload this page.
1 parent 09fdae0 commit 711cf48Copy full SHA for 711cf48
2 files changed
.circleci/config.yml
@@ -14,10 +14,10 @@ executors:
14
- image: docker:18.06.3-ce-git
15
16
orbs:
17
- codecov: codecov/codecov@1.0.5
+ codecov: codecov/codecov@4.0.1
18
moul: moul/build@1.5.0
19
retry: moul/retry@0.6.0
20
- docker: circleci/docker@0.5.13
+ docker: circleci/docker@2.5.0
21
#dl: moul/dl@1.7.0
22
tools: gotest/tools@0.0.9
23
.github/workflows/release.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@master
10
- - uses: codfish/semantic-release-action@v1.9.0
+ - uses: codfish/semantic-release-action@v3.1.0
11
if: github.ref == 'refs/heads/master'
12
env:
13
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments