Skip to content

Commit

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

Bump actions/setup-python from 4.3.0 to 4.7.1
  • Loading branch information
willkg authored Oct 5, 2023
2 parents 5c1c508 + 92e76e2 commit 9490266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3.1.0

- name: Set up Python
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4.7.1
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 9490266

Please sign in to comment.