Skip to content

Commit

Permalink
Update build-deploy-all.yml
Browse files Browse the repository at this point in the history
changed version of actions/setup-python from v5.3 to v5
  • Loading branch information
brett-hodges authored Nov 19, 2024
1 parent 3b497aa commit da12dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
steps:
# Checkout the repository
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4

# Set up Python
- name: Set up Python
uses: actions/setup-python@v5.3
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down

0 comments on commit da12dc4

Please sign in to comment.