Skip to content

Commit

Permalink
Merge pull request #230 from GSTT-CSC/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-3.1.1

Bump actions/setup-python from 2 to 3.1.1
  • Loading branch information
tomaroberts authored May 3, 2022
2 parents 2aa7bdd + 39729d7 commit 49aad43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3.1.1
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3.1.1
with:
python-version: ${{ matrix.python-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3.1.1
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v3.1.1
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 49aad43

Please sign in to comment.