Skip to content

Commit

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

chore(deps): bump actions/setup-python from 1 to 4
  • Loading branch information
florianvazelle authored Sep 8, 2022
2 parents 892d9d3 + c1002e3 commit 6f201ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
- name: Install GDScript Toolkit
run: pip3 install 'gdtoolkit==3.*'
- name: Run pre-commit hooks
Expand Down

0 comments on commit 6f201ba

Please sign in to comment.