Skip to content

Commit

Permalink
Merge pull request #4348 from learningequality/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
rtibbles authored Dec 7, 2023
2 parents 25a3abd + b98f4b9 commit 525b7db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: pip cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythontest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
-v /tmp/minio_config:/root/.minio \
minio/minio server /data
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: pip cache
Expand Down

0 comments on commit 525b7db

Please sign in to comment.