Skip to content

Commit

Permalink
Merge pull request #15 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 104cdb3 + 3090e05 commit 29b062d
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@v3
- 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 @@ -40,7 +40,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- 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 @@ -67,7 +67,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- 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 29b062d

Please sign in to comment.