Skip to content

Commit

Permalink
Merge pull request #48 from zivy/updateGithubActions
Browse files Browse the repository at this point in the history
Updated github actions.
  • Loading branch information
zivy authored Feb 1, 2024
2 parents aa9f217 + 3805950 commit aeb8896
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install and run black for notebooks
Expand All @@ -41,8 +41,8 @@ jobs:
inputs: ["00_ or 01_ or 02_ or 03_ or 04_ or 05_", "06_ or 07_ or 08_ or 09_ or 10_"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/cache@v4
id: cache
with:
path: |
Expand All @@ -51,7 +51,7 @@ jobs:
restore-keys: |
notebook-data-${{ hashFiles('data/manifest.json') }}
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install enchant on non windows systems
Expand Down

0 comments on commit aeb8896

Please sign in to comment.