Skip to content

Commit

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

Bump actions/setup-python from 2 to 5
  • Loading branch information
sofia-calgaro authored Mar 8, 2024
2 parents f20f4ae + ec4cb23 commit 3972780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- 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 }}
- name: Get dependencies and install legend-data-monitor
Expand All @@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down

0 comments on commit 3972780

Please sign in to comment.