Skip to content

Commit 98cd6da

Browse files
authored
Merge pull request #777 from cordada/dependabot/github_actions/production-dependencies-fb79b8cccd
chore: Bump the production-dependencies group with 4 updates
2 parents dbd83d7 + 5649d06 commit 98cd6da

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: make python-virtualenv PYTHON_VIRTUALENV_DIR="venv"
4848

4949
- name: Restoring/Saving Cache
50-
uses: actions/[email protected].0
50+
uses: actions/[email protected].2
5151
with:
5252
path: |
5353
.tox
@@ -89,7 +89,7 @@ jobs:
8989
check-latest: true
9090

9191
- name: Restoring/Saving Cache
92-
uses: actions/[email protected].0
92+
uses: actions/[email protected].2
9393
with:
9494
path: |
9595
.tox
@@ -130,7 +130,7 @@ jobs:
130130
make test-coverage-report
131131
132132
- name: Upload coverage reports to Codecov
133-
uses: codecov/codecov-action@v5.3.1
133+
uses: codecov/codecov-action@v5.4.0
134134
with:
135135
token: ${{ secrets.CODECOV_TOKEN }}
136136
directory: ./test-reports/coverage/
@@ -145,7 +145,7 @@ jobs:
145145
146146
- name: Store Artifacts
147147
if: ${{ always() }}
148-
uses: actions/[email protected].0
148+
uses: actions/[email protected].1
149149
with:
150150
name: test_reports_${{ matrix.python_version }}
151151
path: test-reports/

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
python-version: "3.10"
4848

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

5555
- name: Restore Artifacts (Release)
56-
uses: actions/[email protected].8
56+
uses: actions/[email protected].9
5757
with:
5858
name: release
5959
path: ${{ inputs.artifacts_path }}/

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: make python-virtualenv PYTHON_VIRTUALENV_DIR="venv"
4848

4949
- name: Restoring/Saving Cache
50-
uses: actions/[email protected].0
50+
uses: actions/[email protected].2
5151
with:
5252
path: "venv"
5353
key: py-v1-deps-${{ runner.os }}-${{ steps.set_up_python.outputs.python-version }}-${{ hashFiles('pyproject.toml', 'requirements.txt', 'requirements-dev.txt', 'Makefile', 'make/**.mk') }}
@@ -68,7 +68,7 @@ jobs:
6868
make dist
6969
7070
- name: Store Artifacts
71-
uses: actions/[email protected].0
71+
uses: actions/[email protected].1
7272
with:
7373
name: release
7474
path: ${{ env.ARTIFACTS_PATH }}/

0 commit comments

Comments
 (0)