Skip to content

Commit

Permalink
Merge pull request #43044 from qgis/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-v2.2.2

Bump actions/setup-python from v2.2.1 to v2.2.2
  • Loading branch information
m-kuhn committed May 1, 2021
2 parents 2f2c12b + 09cc9e0 commit b629bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_layout.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python 3.7
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.7
- name: Install Requirements
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Python 3.7
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.7
- name: Install Requirements
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v2.2.1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.7
architecture: x64
Expand Down

0 comments on commit b629bb0

Please sign in to comment.