Skip to content

Commit ac89559

Browse files
committed
Merge branch 'main' of https://github.com/NSLS2/cditools into eiger-async
2 parents ff4121f + c27a830 commit ac89559

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 4 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,17 +44,17 @@ 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

57-
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
57+
- uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
5858
with:
5959
# Remember to tell (test-)pypi about this repo before publishing
6060
# Remove this line to publish to PyPI

.github/workflows/ci.yml

Lines changed: 4 additions & 4 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
@@ -51,12 +51,12 @@ jobs:
5151
runs-on: [ubuntu-latest]
5252

5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555
with:
5656
fetch-depth: 0
5757
persist-credentials: false
5858

59-
- uses: actions/setup-python@v5
59+
- uses: actions/setup-python@v6
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262
allow-prereleases: true
@@ -70,6 +70,6 @@ jobs:
7070
--durations=20
7171
7272
- name: Upload coverage report
73-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
73+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
7474
with:
7575
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)