Skip to content

Commit

Permalink
Merge pull request #28 from sisp/ci/update-gh-actions
Browse files Browse the repository at this point in the history
Update GitHub actions
  • Loading branch information
timofurrer committed Mar 27, 2024
2 parents 0027c18 + affb82c commit d8a5eb9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pip install -U pip poetry
Expand All @@ -29,10 +29,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python
if: startsWith(github.event.ref, 'refs/tags')
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install -U pip poetry
Expand Down

0 comments on commit d8a5eb9

Please sign in to comment.