Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

Bump actions/setup-python from 4.4.0 to 4.5.0 #46

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linting.yaml
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3.3.0

- name: Set up Python ${{ env.DEFAULT_PYTHON }}
uses: actions/setup-python@v4.4.0
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ env.DEFAULT_PYTHON }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Check out code from GitHub
uses: "actions/checkout@v3.3.0"
- name: Setup Python ${{ env.DEFAULT_PYTHON }}
uses: "actions/setup-python@v4.4.0"
uses: "actions/setup-python@v4.5.0"
with:
python-version: ${{ env.DEFAULT_PYTHON }}
- name: Install requirements
Expand Down