Skip to content

Commit

Permalink
Merge pull request #328 from a01sa01to/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-2.2.2

Upgrade: Bump actions/setup-python from 2 to 2.2.2
  • Loading branch information
a01sa01to authored May 12, 2021
2 parents 5d39b39 + 5e0a433 commit b2c80d2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-statuses-of-forked-sites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ref: development

- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/dataUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
ref: development
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
- name: Download File
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
with:
ref: development
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
- name: Download File
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
with:
ref: development
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
- name: Download File
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
with:
ref: development
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
- name: Download File
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
with:
ref: development
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
- name: Download File
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
with:
ref: development
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
- name: Download File
Expand Down Expand Up @@ -338,7 +338,7 @@ jobs:
with:
ref: development
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
- name: Restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
with:
ref: master
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/i18n_generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
ref: development
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.2
with:
python-version: 3.8
- name: Install dependencies
Expand Down

0 comments on commit b2c80d2

Please sign in to comment.