Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

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

Bump actions/setup-python from 3 to 4
  • Loading branch information
Patarimi committed Jun 10, 2022
2 parents 9cf67ec + 5232add commit 8bb0e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.9.x'
- name: Install dependencies
Expand Down

0 comments on commit 8bb0e30

Please sign in to comment.