Skip to content

Commit

Permalink
Merge pull request #102 from NathanVaughn/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
NathanVaughn committed Jun 9, 2022
2 parents c6b5f46 + 8b0c834 commit 290f1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Python 3.10
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: "3.10"

Expand Down

0 comments on commit 290f1c0

Please sign in to comment.