Skip to content

Commit

Permalink
Update actions versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrobodas authored Mar 15, 2024
1 parent a89bd46 commit 235d548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
- uses: actions/checkout@v4
# Set up Python and install dependencies
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Setup conda
uses: s-weigand/setup-conda@v1
uses: s-weigand/setup-conda@v1.2.1
with:
python-version: 3.11
- name: Install python packages
Expand Down

0 comments on commit 235d548

Please sign in to comment.