Skip to content

Commit 358e7e2

Browse files
authored
Merge pull request #83 from astropy/dependabot/github_actions/dot-github/workflows/actions-bbc60db5da
Bump the actions group across 1 directory with 4 updates
2 parents d4bc3fd + 2f65e0f commit 358e7e2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run-benchmarks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
numpy-version: [1.17.4]
2020

2121
steps:
22-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
22+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install dependencies
@@ -52,7 +52,7 @@ jobs:
5252
# plots.
5353
./make.py plots
5454
- name: Archive code coverage results
55-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
55+
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
5656
with:
5757
name: benchmark-results
5858
path: output/
@@ -68,7 +68,7 @@ jobs:
6868
name: benchmark-results
6969
path: output
7070
- name: Deploy results
71-
uses: JamesIves/github-pages-deploy-action@a96ffa23204731ec64e3e1316072197d98bfbaea # v4.6.6
71+
uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
7272
with:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
BRANCH: gh-pages

0 commit comments

Comments
 (0)