Skip to content

Commit

Permalink
🛠️ Bump actions/setup-python from 2 to 4 (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 16, 2022
1 parent 5ce32f9 commit 4a16b05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install clang-format-12
run: sudo apt-get install clang-format-12
- uses: pre-commit/[email protected]
Expand Down

0 comments on commit 4a16b05

Please sign in to comment.