Skip to content

Commit aeb8896

Browse files
authored
Merge pull request #48 from zivy/updateGithubActions
Updated github actions.
2 parents aa9f217 + 3805950 commit aeb8896

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
lint:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- name: Set up Python 3.9
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v5
2929
with:
3030
python-version: 3.9
3131
- name: Install and run black for notebooks
@@ -41,8 +41,8 @@ jobs:
4141
inputs: ["00_ or 01_ or 02_ or 03_ or 04_ or 05_", "06_ or 07_ or 08_ or 09_ or 10_"]
4242
runs-on: ${{ matrix.os }}
4343
steps:
44-
- uses: actions/checkout@v3
45-
- uses: actions/cache@v3
44+
- uses: actions/checkout@v4
45+
- uses: actions/cache@v4
4646
id: cache
4747
with:
4848
path: |
@@ -51,7 +51,7 @@ jobs:
5151
restore-keys: |
5252
notebook-data-${{ hashFiles('data/manifest.json') }}
5353
- name: Set up Python 3.9
54-
uses: actions/setup-python@v4
54+
uses: actions/setup-python@v5
5555
with:
5656
python-version: 3.9
5757
- name: Install enchant on non windows systems

0 commit comments

Comments
 (0)