Skip to content

Commit 26cdf85

Browse files
authored
Merge pull request #17 from NSLS2/dependabot/github_actions/actions-a2d69b20bf
Bump the actions group across 1 directory with 4 updates
2 parents 586a37c + 065dad3 commit 26cdf85

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
fetch-depth: 0
3131
persist-credentials: false
@@ -44,13 +44,13 @@ jobs:
4444
if: github.event_name == 'release' && github.event.action == 'published'
4545

4646
steps:
47-
- uses: actions/download-artifact@v4
47+
- uses: actions/download-artifact@v5
4848
with:
4949
name: Packages
5050
path: dist
5151

5252
- name: Generate artifact attestation for sdist and wheel
53-
uses: actions/attest-build-provenance@v2.4.0
53+
uses: actions/attest-build-provenance@v3.0.0
5454
with:
5555
subject-path: "dist/*"
5656

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Format
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: [ubuntu-latest]
4949

5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
with:
5353
fetch-depth: 0
5454
persist-credentials: false
@@ -67,6 +67,6 @@ jobs:
6767
--durations=20
6868
6969
- name: Upload coverage report
70-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
70+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
7171
with:
7272
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)