Skip to content

Commit 9a0b107

Browse files
Bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/setup-python](https://github.com/actions/setup-python), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) Updates `actions/upload-artifact` from 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e1fcc93 commit 9a0b107

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v7
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v7
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
cache: "pip"
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v7
6767

6868
- name: Set up Python
69-
uses: actions/setup-python@v6
69+
uses: actions/setup-python@v7
7070
with:
7171
python-version: "3.11"
7272
cache: "pip"
@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions/checkout@v7
119119

120120
- name: Set up Python
121-
uses: actions/setup-python@v6
121+
uses: actions/setup-python@v7
122122
with:
123123
python-version: ${{ matrix.python-version }}
124124
cache: "pip"

.github/workflows/coverage.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v7
1818
- name: Setup Python environment
19-
uses: actions/setup-python@v6
19+
uses: actions/setup-python@v7
2020
with:
2121
python-version: '3.11'
2222
- name: Setup virtual environment
@@ -36,7 +36,7 @@ jobs:
3636
coverage run --rcfile=.coveragerc -m pytest test/unit/
3737
coverage xml
3838
- name: Upload coverage artifact
39-
uses: actions/upload-artifact@v4
39+
uses: actions/upload-artifact@v7
4040
with:
4141
name: unit-coverage
4242
path: coverage.xml
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
- uses: actions/checkout@v7
5555
- name: Download coverage artifact
56-
uses: actions/download-artifact@v4
56+
uses: actions/download-artifact@v8
5757
with:
5858
name: unit-coverage
5959
- name: Configure AWS credentials (OIDC)
@@ -83,7 +83,7 @@ jobs:
8383
steps:
8484
- uses: actions/checkout@v7
8585
- name: Setup Python environment
86-
uses: actions/setup-python@v6
86+
uses: actions/setup-python@v7
8787
with:
8888
python-version: '3.11'
8989
- name: Setup virtual environment

.github/workflows/pypiupload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
PYPI_SECRET,pypi-api-token-dropbox-sdk-python
3737
parse-json-secrets: false
3838
- name: Setup Python environment
39-
uses: actions/setup-python@v6
39+
uses: actions/setup-python@v7
4040
with:
4141
python-version: "3.x"
4242
- name: Install dependencies

.github/workflows/spec_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- uses: actions/checkout@v7
3636
- name: Setup Python environment
37-
uses: actions/setup-python@v6
37+
uses: actions/setup-python@v7
3838
with:
3939
python-version: '3.11'
4040
- name: Get current time

0 commit comments

Comments
 (0)