Merge pull request #3303 from lammps/dependabot/github_actions/actions/setup-python-4

Bump actions/setup-python from 2 to 4
This commit is contained in:
Axel Kohlmeyer
2022-06-16 17:21:53 -04:00
committed by GitHub

View File

@ -30,7 +30,7 @@ jobs:
fetch-depth: 2
- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'