Skip to content

Commit 59f665b

Browse files
authored
Merge pull request #246 from numpy/dependabot/github_actions/dot-github/workflows/actions-6fe6c75fcb
Bump the actions group in /.github/workflows with 3 updates
2 parents 2d2a30f + c5cd85f commit 59f665b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci_tests_run_notebooks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050
- name: Set up Python ${{ matrix.python-version }}
51-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b #v5.3.0
51+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 #v5.4.0
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

.github/workflows/conda.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28-
- uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
28+
- uses: conda-incubator/setup-miniconda@505e6394dae86d6a5c7fbb6e3fb8938e3e863830 # v3.1.1
2929
with:
3030
auto-update-conda: true
3131
activate-environment: numpy-tutorials
@@ -42,7 +42,7 @@ jobs:
4242
conda list
4343
make -C site/ SPHINXOPTS="-nWT --keep-going" html
4444
45-
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
45+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
4646
with:
4747
name: sphinx-build-artifact
4848
path: site/_build/html/reports

0 commit comments

Comments
 (0)