Skip to content

Commit

Permalink
Merge pull request #2330 from uccser/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5.0.0

Bump actions/setup-python from 4.8.0 to 5.0.0
  • Loading branch information
jimbonothing64 authored Dec 20, 2023
2 parents b7b433e + 6477777 commit 74cfd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4.8.0
uses: actions/setup-python@v5.0.0
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit 74cfd5e

Please sign in to comment.