Skip to content

Commit

Permalink
Merge pull request #416 from open-contracting/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-python-2.3.2

chore(deps): bump actions/setup-python from 2.3.1 to 2.3.2
  • Loading branch information
yolile committed Feb 7, 2022
2 parents 4c87aac + 0e6de1f commit 5ae0a70
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2.3.1
- uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
- name: Install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/front.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
- uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
- name: "Download from transifex"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
- uses: actions/cache@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
- uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
- name: Check out tests repository
Expand Down

0 comments on commit 5ae0a70

Please sign in to comment.