Skip to content

Commit

Permalink
Merge pull request #31 from neicnordic/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-2.3.0

Bump actions/setup-python from 2.2.2 to 2.3.0
  • Loading branch information
blankdots authored Nov 22, 2021
2 parents e51412b + 01a3e46 commit 9b15527
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@v2.2.2
uses: actions/setup-python@v2.3.0
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@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Install libcurl-devel
Expand Down

0 comments on commit 9b15527

Please sign in to comment.