Skip to content

Commit

Permalink
Merge pull request #171 from openfoodfacts/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-python-5.1.0

chore(deps): bump actions/setup-python from 4.7.1 to 5.1.0
  • Loading branch information
teolemon authored Jul 23, 2024
2 parents 709e6f9 + e59ac13 commit da647e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: start a postgresql docker container
run: ./start_postgres.sh &
- name: install python
uses: actions/setup-python@v4.7.1
uses: actions/setup-python@v5.1.0
with:
python-version: '3.8'
cache: 'pip'
Expand Down

0 comments on commit da647e1

Please sign in to comment.