Skip to content

Commit

Permalink
Merge pull request #17 from loostrum/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-2.3.2
  • Loading branch information
dependabot[bot] committed Feb 4, 2022
2 parents 7b5e40c + 8a545af commit f9033de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Set up python ${{ matrix.python-version }}
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Set up python 3.8
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
architecture: x64
Expand All @@ -71,7 +71,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2.4.0
- name: Set up python 3.8
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: 3.8
architecture: x64
Expand Down

0 comments on commit f9033de

Please sign in to comment.