Skip to content

Commit 98164cf

Browse files
chore(deps): bump the actions group with 3 updates (#694)
Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `actions/attest-build-provenance` from 2.4.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@e8998f9...977bb37) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/attest-build-provenance dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ed937e9 commit 98164cf

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/cd.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
dist:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
1919

@@ -31,7 +31,7 @@ jobs:
3131
name: ZipApp
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
with:
3636
fetch-depth: 0
3737

@@ -60,13 +60,13 @@ jobs:
6060
attestations: write
6161

6262
steps:
63-
- uses: actions/download-artifact@v4
63+
- uses: actions/download-artifact@v5
6464
with:
6565
name: artifact
6666
path: dist
6767

6868
- name: Generate artifact attestation for sdist and wheel
69-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
69+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
7070
with:
7171
subject-path: "dist/particle*"
7272

@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
attestations: true
7777

78-
- uses: actions/download-artifact@v4
78+
- uses: actions/download-artifact@v5
7979
with:
8080
name: zipapp
8181
path: zipapp
@@ -86,6 +86,6 @@ jobs:
8686
files: ./zipapp/particle.pyz
8787

8888
- name: Generate artifact attestation for zipapp
89-
uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
89+
uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
9090
with:
9191
subject-path: zipapp/particle.pyz

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pre-commit:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 0
2121
- uses: actions/setup-python@v5
@@ -44,7 +44,7 @@ jobs:
4444
- {os: windows-latest, python-version: '3.13'}
4545

4646
steps:
47-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4848
with:
4949
fetch-depth: 0
5050

@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272

7373
steps:
74-
- uses: actions/checkout@v4
74+
- uses: actions/checkout@v5
7575
with:
7676
fetch-depth: 0
7777

@@ -95,7 +95,7 @@ jobs:
9595
name: ZipApp
9696
runs-on: ubuntu-latest
9797
steps:
98-
- uses: actions/checkout@v4
98+
- uses: actions/checkout@v5
9999
with:
100100
fetch-depth: 0
101101

0 commit comments

Comments
 (0)