mirror of https://github.com/sbt/sbt.git
Merge pull request #6918 from sbt/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
This commit is contained in:
commit
747e336e51
|
|
@ -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@v3
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.7
|
||||||
- name: Coursier cache
|
- name: Coursier cache
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue