From 9ce2ba3cc30d3cf96b03ac412ccd377727a7a976 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 00:12:39 +0000 Subject: [PATCH] chore(deps): update all --- .circleci/config.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 900918d..0fa2cb6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,10 +14,10 @@ executors: - image: docker:18.06.3-ce-git orbs: - codecov: codecov/codecov@1.0.5 + codecov: codecov/codecov@5.0.3 moul: moul/build@1.5.0 retry: moul/retry@0.6.0 - docker: circleci/docker@0.5.13 + docker: circleci/docker@2.8.1 #dl: moul/dl@1.7.0 tools: gotest/tools@0.0.9 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27d33ef..0246d40 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: codfish/semantic-release-action@v1.9.0 + - uses: codfish/semantic-release-action@v3.5.0 if: github.ref == 'refs/heads/master' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}