Skip to content

Commit

Permalink
ci: Bump actions/setup-python from 5.1.0 to 5.1.1 in the github-actio…
Browse files Browse the repository at this point in the history
…ns group (#267)
  • Loading branch information
dependabot[bot] authored Aug 2, 2024
1 parent 1a7fdf1 commit c0d8686
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/[email protected].0
uses: actions/[email protected].1
with:
python-version: 3.12

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

- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
Expand Down

0 comments on commit c0d8686

Please sign in to comment.