Skip to content

Commit

Permalink
Update actions version to the latest
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsitsi committed Aug 28, 2024
1 parent 5352630 commit a9dacfe
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 @@ -30,15 +30,15 @@ jobs:
run_coverage: ${{ github.ref == 'refs/heads/master' }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

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

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}:ml-deps=[${{ matrix.ml-deps }}]
Expand Down

0 comments on commit a9dacfe

Please sign in to comment.