Skip to content

Commit

Permalink
Merge pull request #3 from Atticuszz/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5

⬆ Bump actions/setup-python from 2 to 5
  • Loading branch information
AtticusZeller authored Jan 10, 2024
2 parents cf8644a + 7653a09 commit d31480b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit d31480b

Please sign in to comment.