Commit 5c1754222cf445b01598c773029a0bf186e53fad

Authored by dependabot[bot]
Committed by GitHub
1 parent a36ecd98

chore: bump actions/setup-python from 2 to 4 (#752)

* chore: bump actions/setup-python from 2 to 4

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Apply suggestions from code review

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <henry.fredrick.schreiner@cern.ch>
Showing 1 changed file with 3 additions and 1 deletions
.github/workflows/build.yml
... ... @@ -17,7 +17,9 @@ jobs:
17 17 with:
18 18 submodules: true
19 19  
20   - - uses: actions/setup-python@v2
  20 + - uses: actions/setup-python@v4
  21 + with:
  22 + python-version: "3.x"
21 23  
22 24 - name: Prepare CMake config
23 25 run: cmake -S . -B build -DCLI11_SINGLE_FILE=ON
... ...