Skip to content

Commit

Permalink
Merge pull request #18 from loostrum/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-3
  • Loading branch information
dependabot[bot] committed Mar 4, 2022
2 parents f9033de + 3feb21c commit 2221b74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
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.2
uses: actions/setup-python@v3
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.2
uses: actions/setup-python@v3
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.2
uses: actions/setup-python@v3
with:
python-version: 3.8
architecture: x64
Expand Down

0 comments on commit 2221b74

Please sign in to comment.