Skip to content

Commit

Permalink
Merge pull request #338 from makinacorpus/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
submarcos authored Jan 10, 2024
2 parents a700c57 + 6a6f453 commit bdc384c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.8
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8' # lint with minimal version supported (3.8 in 20.04)
- name: Install dependencies
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
run: |
sleep 2
curl -d url=https://google.com http://localhost:8000 > google.png
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Check result
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
- name: E2E test
run: |
curl -d url=https://google.com http://localhost:8000 > google.png
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Check result
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
- name: E2E test
run: |
curl -d url=https://google.com http://localhost:8000 > google.png
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.8
- name: Check result
Expand Down

0 comments on commit bdc384c

Please sign in to comment.