Skip to content

Commit

Permalink
Bump actions/setup-python to v2 for tests (#736)
Browse files Browse the repository at this point in the history
* Bump actions/setup-python to v2 for tests
  • Loading branch information
savingoyal authored Oct 4, 2021
1 parent 320b8a9 commit 6c19881
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Set up Python 2.x
if: matrix.lang == 'Python'
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '2.x'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Set up Python 2.x
if: matrix.lang == 'Python'
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '2.x'

Expand All @@ -44,7 +44,7 @@ jobs:
if: matrix.lang == 'R'
uses: r-lib/actions/setup-r@v1
with:
r-version: '3.6.3'
r-version: '3.6.3'

- name: Install R 3.6 system dependencies
if: matrix.lang == 'R' && matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit 6c19881

Please sign in to comment.