Skip to content

Commit 58c23da

Browse files
Bump the github-actions group across 1 directory with 10 updates (#281)
Bumps the github-actions group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `5` | | [Equip-Collaboration/diff-line-numbers](https://github.com/equip-collaboration/diff-line-numbers) | `1.0.0` | `1.1.0` | | [umani/changed-files](https://github.com/umani/changed-files) | `4.0.0` | `4.2.0` | | [actions/setup-python](https://github.com/actions/setup-python) | `4.3.0` | `6.0.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `3` | `5` | | [actions/setup-node](https://github.com/actions/setup-node) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4.3.0` | `5.0.0` | | [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) | `2.3.0` | `3.0.0` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.12.4` | `1.13.0` | | [dorny/test-reporter](https://github.com/dorny/test-reporter) | `1.6.0` | `2.1.1` | Updates `actions/checkout` from 3 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v3...v5) Updates `Equip-Collaboration/diff-line-numbers` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/equip-collaboration/diff-line-numbers/releases) - [Commits](Equip-Collaboration/diff-line-numbers@v1.0.0...v1.1.0) Updates `umani/changed-files` from 4.0.0 to 4.2.0 - [Release notes](https://github.com/umani/changed-files/releases) - [Commits](umani/changed-files@v4.0.0...v4.2.0) Updates `actions/setup-python` from 4.3.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4.3.0...v6) Updates `codecov/codecov-action` from 3 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v5) Updates `actions/setup-node` from 4 to 5 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v5) Updates `actions/download-artifact` from 4.3.0 to 5.0.0 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@d3f86a1...634f93c) Updates `actions/attest-build-provenance` from 2.3.0 to 3.0.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@db473fd...977bb37) Updates `pypa/gh-action-pypi-publish` from 1.12.4 to 1.13.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@76f52bc...ed0c539) Updates `dorny/test-reporter` from 1.6.0 to 2.1.1 - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@v1.6.0...v2.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: Equip-Collaboration/diff-line-numbers dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: umani/changed-files dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/attest-build-provenance dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: dorny/test-reporter dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76a641f commit 58c23da

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

.github/workflows/check_ts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ jobs:
88
if: false
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v5
1212
- name: Get diff lines
1313
id: diff
14-
uses: Equip-Collaboration/diff-line-numbers@v1.0.0
14+
uses: Equip-Collaboration/diff-line-numbers@v1.1.0
1515
with:
1616
include: '["\\.ts$"]'
1717
- name: Detecting files changed
1818
id: files
19-
uses: umani/changed-files@v4.0.0
19+
uses: umani/changed-files@v4.2.0
2020
with:
2121
repo-token: ${{ github.token }}
2222
pattern: '^.*\.ts$'

.github/workflows/ci.yml

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

2121
name: Python ${{ matrix.python-version}}
2222
steps:
23-
- uses: actions/checkout@v4.2.2
23+
- uses: actions/checkout@v5
2424

2525
- name: Set up Python
26-
uses: actions/setup-python@v5.3.0
26+
uses: actions/setup-python@v6.0.0
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929

@@ -36,7 +36,7 @@ jobs:
3636
run: nox -s tests-${{ matrix.python-version }}
3737

3838
- name: Upload coverage reports to Codecov
39-
uses: codecov/codecov-action@v3
39+
uses: codecov/codecov-action@v5
4040
env:
4141
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
4242

@@ -59,15 +59,15 @@ jobs:
5959

6060
name: Python ${{ matrix.python-version}} + typedoc ${{ matrix.typedoc-version }}
6161
steps:
62-
- uses: actions/checkout@v3.1.0
62+
- uses: actions/checkout@v5
6363

6464
- name: Set up Node
65-
uses: actions/setup-node@v4
65+
uses: actions/setup-node@v6
6666
with:
6767
node-version: 22
6868

6969
- name: Set up Python
70-
uses: actions/setup-python@v4.3.0
70+
uses: actions/setup-python@v6.0.0
7171
with:
7272
python-version: ${{ matrix.python-version }}
7373

@@ -97,10 +97,10 @@ jobs:
9797

9898
name: Test sphinx 6
9999
steps:
100-
- uses: actions/checkout@v3.1.0
100+
- uses: actions/checkout@v5
101101

102102
- name: Set up Python
103-
uses: actions/setup-python@v4.3.0
103+
uses: actions/setup-python@v6.0.0
104104
with:
105105
python-version: ${{ matrix.python-version }}
106106

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
1818
with:
1919
# include tags so that hatch-vcs can infer the version
2020
fetch-depth: 0
@@ -23,7 +23,7 @@ jobs:
2323
# fetch-tags: true
2424

2525
- name: Setup Python
26-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
26+
uses: actions/setup-python@bba65e51ff35d50c6dbaaacd8a4681db13aa7cb4 # v5.6.0
2727
with:
2828
python-version: "3.12"
2929

@@ -53,15 +53,15 @@ jobs:
5353
contents: read
5454
steps:
5555
- name: Download all the dists
56-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
56+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
5757
with:
5858
path: dist/
5959
merge-multiple: true
6060

6161
- name: Generate artifact attestations
62-
uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
62+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
6363
with:
6464
subject-path: "dist/*"
6565

6666
- name: Publish distribution 📦 to PyPI
67-
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
67+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0

.github/workflows/test_report.yml

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

1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: dorny/test-reporter@v1.6.0
16+
- uses: dorny/test-reporter@v2.1.1
1717
with:
1818
artifact: test-results-${{ matrix.python-version }}
1919
name: Test report - ${{ matrix.python-version }}
@@ -28,7 +28,7 @@ jobs:
2828

2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: dorny/test-reporter@v1.6.0
31+
- uses: dorny/test-reporter@v2.1.1
3232
with:
3333
artifact: test_typedoc-results-${{ matrix.python-version }}-${{ matrix.typedoc-version }}
3434
name: Test report - Python ${{ matrix.python-version}} + typedoc ${{ matrix.typedoc-version }}
@@ -43,7 +43,7 @@ jobs:
4343

4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: dorny/test-reporter@v1.6.0
46+
- uses: dorny/test-reporter@v2.1.1
4747
with:
4848
artifact: test_sphinx_6-${{ matrix.python-version }}
4949
name: Test report - Sphinx 6

0 commit comments

Comments
 (0)