Skip to content

Commit

Permalink
chore(deps): bump the ci-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
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](jsdaniell/create-json@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](codecov/codecov-action@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and steveoh committed Apr 3, 2024
1 parent 4f35fe0 commit 0368ed8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: mkdir -p secrets/db

- name: 🤐 Create secret file
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "secrets/db/connections"
json: ${{ secrets.TESTING_DB_CONNECTIONS }}
Expand All @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: mkdir -p secrets/db

- name: 🤐 Create secret file
uses: jsdaniell/[email protected].2
uses: jsdaniell/[email protected].3
with:
name: "secrets/db/connections"
json: ${{ secrets.TESTING_DB_CONNECTIONS }}
Expand All @@ -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
Expand Down

0 comments on commit 0368ed8

Please sign in to comment.