Skip to content

Commit

Permalink
Merge pull request #49 from glyph/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
glyph authored Mar 28, 2024
2 parents d2f1433 + dd489a0 commit 55b8b48
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
fetch-depth: 2

- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: |
${{ matrix.python-version }}
Expand Down Expand Up @@ -342,7 +342,7 @@ jobs:

# Use the latest supported Python version for combining coverage to
# prevent parsing errors in older versions when looking at modern code.
- uses: "actions/setup-python@v4"
- uses: "actions/setup-python@v5"
with:
python-version: "3.11"

Expand Down

0 comments on commit 55b8b48

Please sign in to comment.