Skip to content

Commit f39887c

Browse files
No need to pin to hashes
Co-authored-by: Dan Allan <daniel.b.allan@gmail.com>
1 parent 221bd3b commit f39887c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
os: ubuntu-latest
4444

4545
steps:
46-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46+
- uses: actions/checkout@v4
4747
- name: Set up Python ${{ matrix.python-version }}
48-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d #v5.1.0
48+
uses: actions/setup-python@v5
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
_build/*
22
.ipynb_checkpoints
33
/.pixi/*
4+
# Notebooks are stored in the text-based Markdown format.
5+
# No .ipynb files should be stored in this repository.
46
*.ipynb
57

68
# We treat this repository as a library, not an application, and thus we do not

0 commit comments

Comments
 (0)