Skip to content

Commit 77f283a

Browse files
chore(deps): update all
1 parent 09fdae0 commit 77f283a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ executors:
1414
- image: docker:18.06.3-ce-git
1515

1616
orbs:
17-
codecov: codecov/codecov@1.0.5
17+
codecov: codecov/codecov@3.2.3
1818
moul: moul/build@1.5.0
1919
retry: moul/retry@0.6.0
20-
docker: circleci/docker@0.5.13
20+
docker: circleci/docker@2.1.4
2121
#dl: moul/dl@1.7.0
2222
tools: gotest/tools@0.0.9
2323

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@master
10-
- uses: codfish/semantic-release-action@v1.9.0
10+
- uses: codfish/semantic-release-action@v2.0.0
1111
if: github.ref == 'refs/heads/master'
1212
env:
1313
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)