Skip to content

Commit

Permalink
Merge pull request #72 from PerfectThymeTech/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
marvinbuss authored Jan 14, 2024
2 parents c89e6ff + 65f27bd commit 3835c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Setup Python 3.10
- name: Setup Python 3.10
id: python_setup
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down

0 comments on commit 3835c2d

Please sign in to comment.