Skip to content

Commit

Permalink
update actions dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Jun 25, 2024
1 parent bba0793 commit 4abc3b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

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

- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.3.1"
poetry-version: 1.8.3

- name: Start Alfalfa
uses: NREL/alfalfa-action@v1
Expand Down

0 comments on commit 4abc3b1

Please sign in to comment.