Skip to content

Commit

Permalink
ci: Bump actions/setup-python from 5.2.0 to 5.3.0 in the github-actio…
Browse files Browse the repository at this point in the history
…ns group (#279)
  • Loading branch information
dependabot[bot] authored Nov 3, 2024
1 parent b9b372a commit 3337a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.x

Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
Expand Down

0 comments on commit 3337a15

Please sign in to comment.