Skip to content

Commit aed60ec

Browse files
dependabot[bot]tatiana
authored andcommitted
Bump actions/setup-python from 2 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8a59e7 commit aed60ec

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Set up Python
25-
uses: actions/setup-python@v2
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: '3.x'
2828

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
with:
2525
ref: ${{ github.event.pull_request.head.sha || github.ref }}
26-
- uses: actions/setup-python@v4
26+
- uses: actions/setup-python@v5
2727
with:
2828
python-version: "3.11"
2929
architecture: "x64"
@@ -54,7 +54,7 @@ jobs:
5454
key: unit-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.airflow-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('anyscale_provider/__init__.py') }}
5555

5656
- name: Set up Python ${{ matrix.python-version }}
57-
uses: actions/setup-python@v4
57+
uses: actions/setup-python@v5
5858
with:
5959
python-version: ${{ matrix.python-version }}
6060

@@ -93,7 +93,7 @@ jobs:
9393
key: integration-${{ runner.os }}-${{ matrix.python-version }}-${{ matrix.airflow-version }}-${{ hashFiles('pyproject.toml') }}-${{ hashFiles('anyscale_provider/__init__.py') }}
9494

9595
- name: Set up Python ${{ matrix.python-version }}
96-
uses: actions/setup-python@v4
96+
uses: actions/setup-python@v5
9797
with:
9898
python-version: ${{ matrix.python-version }}
9999

@@ -125,7 +125,7 @@ jobs:
125125
with:
126126
ref: ${{ github.event.pull_request.head.sha || github.ref }}
127127
- name: Set up Python 3.11
128-
uses: actions/setup-python@v3
128+
uses: actions/setup-python@v5
129129
with:
130130
python-version: "3.11"
131131
- name: Install coverage

0 commit comments

Comments
 (0)