Skip to content

Commit 47d8468

Browse files
authored
Merge pull request #170 from cordada/dependabot/github_actions/production-dependencies-724424fb5c
chore: Bump the production-dependencies group with 5 updates
2 parents c3aadc9 + 6030dbb commit 47d8468

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
steps:
3939
- name: Check Out VCS Repository
40-
uses: actions/[email protected].2
40+
uses: actions/[email protected].4
4141

4242
- name: Set Up Python ${{ matrix.python_version }}
4343
uses: actions/[email protected]
@@ -78,7 +78,7 @@ jobs:
7878

7979
steps:
8080
- name: Check Out VCS Repository
81-
uses: actions/[email protected].2
81+
uses: actions/[email protected].4
8282

8383
- name: Set Up Python ${{ matrix.python_version }}
8484
uses: actions/[email protected]
@@ -125,7 +125,7 @@ jobs:
125125
make test-coverage-report
126126
127127
- name: Upload coverage reports to Codecov
128-
uses: codecov/codecov-action@v4.1.1
128+
uses: codecov/codecov-action@v4.3.1
129129
with:
130130
token: ${{ secrets.CODECOV_TOKEN }}
131131
directory: ./test_reports/coverage/
@@ -140,7 +140,7 @@ jobs:
140140
141141
- name: Store Artifacts
142142
if: ${{ always() }}
143-
uses: actions/[email protected].1
143+
uses: actions/[email protected].3
144144
with:
145145
name: test_reports_${{ matrix.python_version }}
146146
path: test_reports/

.github/workflows/dependency-review.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121

2222
steps:
2323
- name: Check Out VCS Repository
24-
uses: actions/[email protected].2
24+
uses: actions/[email protected].4
2525

2626
- name: Dependency Review
27-
uses: actions/dependency-review-action@v4.2.5
27+
uses: actions/dependency-review-action@v4.3.2
2828
with:
2929
fail-on-severity: critical

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Check Out VCS Repository
30-
uses: actions/[email protected].2
30+
uses: actions/[email protected].4
3131

3232
- name: Set Up Python
3333
id: set_up_python
@@ -43,7 +43,7 @@ jobs:
4343
fail-on-cache-miss: true
4444

4545
- name: Restore Artifacts (Release)
46-
uses: actions/[email protected].4
46+
uses: actions/[email protected].7
4747
with:
4848
name: release
4949
path: ${{ inputs.artifacts_path }}/

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Check Out VCS Repository
38-
uses: actions/[email protected].2
38+
uses: actions/[email protected].4
3939

4040
- name: Set Up Python
4141
id: set_up_python
@@ -69,7 +69,7 @@ jobs:
6969
make dist
7070
7171
- name: Store Artifacts
72-
uses: actions/[email protected].1
72+
uses: actions/[email protected].3
7373
with:
7474
name: release
7575
path: ${{ env.ARTIFACTS_PATH }}/

0 commit comments

Comments
 (0)