Skip to content

Commit

Permalink
Update actions/setup-python action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent b71c99c commit a6e7ac6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Install pybuilder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push_to_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Setup Python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v5.3.0
- name: zip
uses: montudor/[email protected]
with:
Expand Down

0 comments on commit a6e7ac6

Please sign in to comment.