Skip to content

Commit ee015cf

Browse files
authored
Merge pull request #251 from numpy/dependabot/github_actions/dot-github/workflows/actions-fc627035c4
Bump the actions group in /.github/workflows with 2 updates
2 parents 1f7105e + 30e9ae6 commit ee015cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .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@42375524e23c412d93fb67b49958b491fce71c38 #v5.4.0
51+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 #v5.5.0
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454

Diff for: .github/workflows/conda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
conda list
4343
make -C site/ SPHINXOPTS="-nWT --keep-going" html
4444
45-
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
45+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4646
with:
4747
name: sphinx-build-artifact
4848
path: site/_build/html/reports

0 commit comments

Comments
 (0)