Skip to content

Commit

Permalink
Merge pull request #514 from scrapy/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5

build(deps): bump actions/setup-python from 2 to 5
  • Loading branch information
jpmckinney authored Jul 16, 2024
2 parents 1c3686d + ac5568b commit e54ae6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit e54ae6a

Please sign in to comment.