Skip to content

Commit

Permalink
Merge pull request #36 from nicholaswilde/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-python-4

Bump actions/setup-python from 3 to 4
  • Loading branch information
nicholaswilde authored Jun 8, 2022
2 parents 0a04012 + 2980c20 commit 32c0992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: 3.8

Expand Down

0 comments on commit 32c0992

Please sign in to comment.