Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ jobs:
steps:
# Checkout
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
# Setup
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# Restore
- name: Restore pip cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion COMMITTERS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--

SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project <[email protected]>
SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project <[email protected]>

SPDX-License-Identifier: MPL-2.0

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!--

SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project <[email protected]>
SPDX-FileCopyrightText: 2017-2022 Contributors to the OpenSTEF project <[email protected]>

SPDX-License-Identifier: MPL-2.0

Expand Down