Skip to content

Commit

Permalink
Merge pull request #6500 from psf/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-4.7.0

Bump actions/setup-python from 2.3.4 to 4.7.0
  • Loading branch information
nateprewitt committed Aug 12, 2023
2 parents 6ad4936 + c793345 commit 09a241f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@e9aba2c848f5ebd159c070c61ea2c4e2b122355e # v2.3.4
uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 09a241f

Please sign in to comment.