Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Bump the production-dependencies group with 4 updates #777

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: make python-virtualenv PYTHON_VIRTUALENV_DIR="venv"

- name: Restoring/Saving Cache
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: |
.tox
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
check-latest: true

- name: Restoring/Saving Cache
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: |
.tox
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
make test-coverage-report

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5.3.1
uses: codecov/codecov-action@v5.4.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./test-reports/coverage/
Expand All @@ -145,7 +145,7 @@ jobs:

- name: Store Artifacts
if: ${{ always() }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: test_reports_${{ matrix.python_version }}
path: test-reports/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
python-version: "3.10"

- name: Restoring/Saving Cache
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: "venv"
key: py-v1-deps-${{ runner.os }}-${{ steps.set_up_python.outputs.python-version }}-${{ hashFiles('pyproject.toml', 'requirements.txt', 'requirements-dev.txt', 'Makefile', 'make/**.mk') }}

- name: Restore Artifacts (Release)
uses: actions/[email protected].8
uses: actions/[email protected].9
with:
name: release
path: ${{ inputs.artifacts_path }}/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: make python-virtualenv PYTHON_VIRTUALENV_DIR="venv"

- name: Restoring/Saving Cache
uses: actions/[email protected].0
uses: actions/[email protected].2
with:
path: "venv"
key: py-v1-deps-${{ runner.os }}-${{ steps.set_up_python.outputs.python-version }}-${{ hashFiles('pyproject.toml', 'requirements.txt', 'requirements-dev.txt', 'Makefile', 'make/**.mk') }}
Expand All @@ -68,7 +68,7 @@ jobs:
make dist
- name: Store Artifacts
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
name: release
path: ${{ env.ARTIFACTS_PATH }}/
Expand Down
Loading