Skip to content

Commit

Permalink
Upgrade setup-python GH Action
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Apr 14, 2022
1 parent 0f48167 commit cba8f4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
libvoikko1 \
voikko-fi
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v2
uses: actions/setup-python@v3
with:
python-version: '3.8'
cache: pip
Expand Down

0 comments on commit cba8f4a

Please sign in to comment.