Skip to content

Commit

Permalink
Merge pull request #13 from CSCfi/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-v2.2.1

Bump actions/setup-python from v1 to v2.2.1
  • Loading branch information
blankdots committed Mar 16, 2021
2 parents 48bfd79 + b88efef commit 3640f08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v2.2.1
with:
python-version: ${{ matrix.python-version }}
- name: Install libcurl-devel
Expand Down

0 comments on commit 3640f08

Please sign in to comment.