Skip to content

Commit

Permalink
Merge pull request #641 from uccser/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5.1.0

Bump actions/setup-python from 4.4.0 to 5.1.0
  • Loading branch information
jimbonothing64 authored Mar 27, 2024
2 parents 1766a09 + c1744d7 commit 354fedc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python 3
uses: actions/setup-python@v4.4.0
uses: actions/setup-python@v5.1.0
with:
python-version: '3.9'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python 3
uses: actions/setup-python@v4.4.0
uses: actions/setup-python@v5.1.0
with:
python-version: '3.9'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.4.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 354fedc

Please sign in to comment.