Skip to content

Commit

Permalink
Merge pull request #9 from neicnordic/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-v2.2.1

Bump actions/setup-python from v1 to v2.2.1
  • Loading branch information
blankdots committed Mar 16, 2021
2 parents be15659 + 05067bf commit ea4d1cc
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 ea4d1cc

Please sign in to comment.