From 4a486fbe746b10b977643db1a801d558f812d9bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 02:28:23 +0000 Subject: [PATCH] chore(deps): bump the ci-dependencies group with 2 updates Bumps the ci-dependencies group with 2 updates: [jsdaniell/create-json](https://github.com/jsdaniell/create-json) and [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `jsdaniell/create-json` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/jsdaniell/create-json/releases) - [Commits](https://github.com/jsdaniell/create-json/compare/v1.2.2...v1.2.3) Updates `codecov/codecov-action` from 3 to 4 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v3...v4) --- updated-dependencies: - dependency-name: jsdaniell/create-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 4 ++-- .github/workflows/push.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1f4fb8a..be5372e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -38,7 +38,7 @@ jobs: run: mkdir -p secrets/db - name: 🤐 Create secret file - uses: jsdaniell/create-json@v1.2.2 + uses: jsdaniell/create-json@v1.2.3 with: name: "secrets/db/connections" json: ${{ secrets.TESTING_DB_CONNECTIONS }} @@ -47,7 +47,7 @@ jobs: run: pytest - name: ⬆️ Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cov.xml diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 70863af..71e4350 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -57,7 +57,7 @@ jobs: run: mkdir -p secrets/db - name: 🤐 Create secret file - uses: jsdaniell/create-json@v1.2.2 + uses: jsdaniell/create-json@v1.2.3 with: name: "secrets/db/connections" json: ${{ secrets.TESTING_DB_CONNECTIONS }} @@ -66,7 +66,7 @@ jobs: run: pytest - name: ⬆️ Upload coverage to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./cov.xml