Skip to content

Commit

Permalink
Merge pull request #142 from scikit-hep/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-5

chore(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
eduardo-rodrigues authored Jan 3, 2024
2 parents 0269b1e + 998d1ba commit a4a8b4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5

checks:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
fetch-depth: 0

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install dependencies
Expand Down

0 comments on commit a4a8b4b

Please sign in to comment.