Skip to content

Commit

Permalink
Merge pull request #96 from guerinoni/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5

Bump actions/setup-python from 3 to 5
  • Loading branch information
guerinoni authored Dec 11, 2023
2 parents 2270fc5 + 1c6caca commit 907f1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
submodules: 'recursive'

- name: Setup Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5

- name: Install cmake-format
run: pip install cmake-format
Expand Down

0 comments on commit 907f1d0

Please sign in to comment.