Skip to content

Commit 34ee5cd

Browse files
authored
Merge pull request #86 from astropy/dependabot/github_actions/dot-github/workflows/actions-d5c073249a
Bump the actions group across 1 directory with 3 updates
2 parents 358e7e2 + 6efa979 commit 34ee5cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run-benchmarks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
23+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.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@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
55+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
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@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
71+
uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # v4.7.2
7272
with:
7373
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7474
BRANCH: gh-pages

0 commit comments

Comments
 (0)