Skip to content

Commit

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

Bump actions/setup-python from 5.2.0 to 5.3.0
  • Loading branch information
github-actions[bot] authored Oct 25, 2024
2 parents deb0a78 + 6e29a3b commit 9a407fd
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 @@ -123,7 +123,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit 9a407fd

Please sign in to comment.