Skip to content

Commit

Permalink
Merge pull request #20 from trixi-framework/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-python-4

Bump actions/setup-python from 2 to 4
  • Loading branch information
andrewwinters5000 committed May 26, 2023
2 parents a3c29cf + c8b844d commit 854e951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.x' # see also https://github.com/actions/setup-python
- name: Install dependencies
Expand Down

0 comments on commit 854e951

Please sign in to comment.