Skip to content

Commit

Permalink
Use setup python 5.1.0 as it is the latest release and v3 is using a …
Browse files Browse the repository at this point in the history
…soon to be deprecated version of NodeJS
  • Loading branch information
Skptak committed Apr 4, 2024
1 parent b76b9d0 commit 5e903de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
]
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5.1.0

- env:
stepName: Install Common Tools
Expand Down Expand Up @@ -409,7 +409,7 @@ jobs:

steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5.1.0

- name: "Clone: ${{ matrix.inputs.repository }}"
uses: actions/checkout@v4.1.1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5.1.0
- uses: actions/checkout@v4.1.1
with:
repository: aws/aws-iot-device-sdk-embedded-C
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
- uses: actions/checkout@v4.1.1

- name: Setup python environment
uses: actions/setup-python@v3
uses: actions/setup-python@v5.1.0

- env:
stepName: "Functional | Success | Link Verifier Works & Excludes Directory"
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
- uses: actions/checkout@v4.1.1

- name: Setup python environment
uses: actions/setup-python@v3
uses: actions/setup-python@v5.1.0

- name: Checkout the FreeRTOS/FreeRTOS repository for testing action on.
uses: actions/checkout@v4.1.1
Expand Down
2 changes: 1 addition & 1 deletion link-verifier/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
using: "composite"
steps:
- name: Setup Python for link verifier action
uses: actions/setup-python@v3
uses: actions/setup-python@v5.1.0
with:
# Minimum version for urllib v2 (https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html)
python-version: '>=3.7'
Expand Down

0 comments on commit 5e903de

Please sign in to comment.