Skip to content

Commit

Permalink
Update actions version.
Browse files Browse the repository at this point in the history
  • Loading branch information
aleberti committed Sep 25, 2023
1 parent a9373c5 commit 9cfe244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
ctapipe-version: [v0.12.0]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -78,4 +78,4 @@ jobs:
coverage run -m pytest -v
coverage xml
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3

0 comments on commit 9cfe244

Please sign in to comment.