Skip to content

Commit

Permalink
Merge branch 'main' into pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif committed May 8, 2024
2 parents 1128f0c + a950197 commit 041bb0c
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 10 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
6 changes: 3 additions & 3 deletions .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
python-version: '3.9'
- name: Setup redis
uses: supercharge/redis-github-action@1.2.0
uses: supercharge/redis-github-action@1.8.0
with:
redis-version: 7.2.4
- name: Setup MongoDB
Expand All @@ -57,7 +57,7 @@ jobs:
poetry install --with docs,test
coverage run -m pytest florist/tests/integration && coverage xml && coverage report -m
- name: Upload python coverage to Codecov
uses: Wandalen/wretry.action@v1.4.4
uses: Wandalen/wretry.action@v3.4.0
with:
action: codecov/[email protected]
with: |
Expand All @@ -75,7 +75,7 @@ jobs:
# yarn
# yarn integration-test
# - name: Upload js coverage to Codecov
# uses: Wandalen/wretry.action@v1.4.4
# uses: Wandalen/wretry.action@v3.4.0
# with:
# action: codecov/[email protected]
# with: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build package
run: poetry build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
poetry install --with docs,test
coverage run -m pytest florist/tests/unit && coverage xml && coverage report -m
- name: Upload python coverage to Codecov
uses: Wandalen/wretry.action@v1.4.4
uses: Wandalen/wretry.action@v3.4.0
with:
action: codecov/[email protected]
with: |
Expand All @@ -66,7 +66,7 @@ jobs:
yarn
yarn unit-test
- name: Upload js coverage to Codecov
uses: Wandalen/wretry.action@v1.4.4
uses: Wandalen/wretry.action@v3.4.0
with:
action: codecov/[email protected]
with: |
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 041bb0c

Please sign in to comment.