Skip to content

Commit ff7b9cd

Browse files
Bump actions/setup-python from 1 to 5 (#1229)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 1 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v1...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6f0d140 commit ff7b9cd

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525
- name: Set up Python
26-
uses: actions/setup-python@v1
26+
uses: actions/setup-python@v5
2727
with:
2828
python-version: "3.9"
2929
- name: Upgrade pip

.github/workflows/google.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v1
7373
- name: Set up Python ${{ matrix.python }}
74-
uses: actions/setup-python@v1
74+
uses: actions/setup-python@v5
7575
with:
7676
python-version: ${{ matrix.python }}
7777
- name: Upgrade pip
@@ -110,7 +110,7 @@ jobs:
110110
# steps:
111111
# - uses: actions/checkout@v2
112112
# - name: Set up Python
113-
# uses: actions/setup-python@v1
113+
# uses: actions/setup-python@v5
114114
# with:
115115
# python-version: '3.9'
116116
# - name: Upgrade pip

.github/workflows/hubspot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v1
7373
- name: Set up Python ${{ matrix.python }}
74-
uses: actions/setup-python@v1
74+
uses: actions/setup-python@v5
7575
with:
7676
python-version: ${{ matrix.python }}
7777
- name: Upgrade pip
@@ -110,7 +110,7 @@ jobs:
110110
# steps:
111111
# - uses: actions/checkout@v2
112112
# - name: Set up Python
113-
# uses: actions/setup-python@v1
113+
# uses: actions/setup-python@v5
114114
# with:
115115
# python-version: '3.9'
116116
# - name: Upgrade pip

.github/workflows/openai.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v1
7373
- name: Set up Python ${{ matrix.python }}
74-
uses: actions/setup-python@v1
74+
uses: actions/setup-python@v5
7575
with:
7676
python-version: ${{ matrix.python }}
7777
- name: Upgrade pip
@@ -110,7 +110,7 @@ jobs:
110110
# steps:
111111
# - uses: actions/checkout@v2
112112
# - name: Set up Python
113-
# uses: actions/setup-python@v1
113+
# uses: actions/setup-python@v5
114114
# with:
115115
# python-version: '3.9'
116116
# - name: Upgrade pip

.github/workflows/pdf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v1
7373
- name: Set up Python ${{ matrix.python }}
74-
uses: actions/setup-python@v1
74+
uses: actions/setup-python@v5
7575
with:
7676
python-version: ${{ matrix.python }}
7777
- name: Upgrade pip
@@ -110,7 +110,7 @@ jobs:
110110
# steps:
111111
# - uses: actions/checkout@v2
112112
# - name: Set up Python
113-
# uses: actions/setup-python@v1
113+
# uses: actions/setup-python@v5
114114
# with:
115115
# python-version: '3.9'
116116
# - name: Upgrade pip

.github/workflows/recognition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
steps:
7272
- uses: actions/checkout@v1
7373
- name: Set up Python ${{ matrix.python }}
74-
uses: actions/setup-python@v1
74+
uses: actions/setup-python@v5
7575
with:
7676
python-version: ${{ matrix.python }}
7777
- name: Upgrade pip
@@ -110,7 +110,7 @@ jobs:
110110
# steps:
111111
# - uses: actions/checkout@v2
112112
# - name: Set up Python
113-
# uses: actions/setup-python@v1
113+
# uses: actions/setup-python@v5
114114
# with:
115115
# python-version: '3.9'
116116
# - name: Upgrade pip

0 commit comments

Comments
 (0)