mirror of https://github.com/sbt/sbt.git
Merge pull request #6832 from sbt/dependabot/github_actions/actions/setup-python-3
Bump actions/setup-python from 2 to 3
This commit is contained in:
commit
204bedac9c
|
|
@ -85,7 +85,7 @@ jobs:
|
||||||
distribution: "${{ matrix.distribution }}"
|
distribution: "${{ matrix.distribution }}"
|
||||||
java-version: "${{ matrix.java }}"
|
java-version: "${{ matrix.java }}"
|
||||||
- name: Set up Python 3.7
|
- name: Set up Python 3.7
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Coursier cache
|
- name: Coursier cache
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue