Skip to content

Commit 8e63179

Browse files
ci(deps): bump the actions-routine group with 3 updates
Bumps the actions-routine group with 3 updates: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance), [actions/setup-python](https://github.com/actions/setup-python) and [actions/cache](https://github.com/actions/cache). Updates `actions/attest-build-provenance` from 4.1.0 to 4.1.1 - [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@a2bbfa2...0f67c3f) Updates `actions/setup-python` from 6.2.0 to 6.3.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a309ff8...ece7cb0) Updates `actions/cache` from 5.0.5 to 6.1.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-routine - dependency-name: actions/setup-python dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-routine - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-routine ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 10efb01 commit 8e63179

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ jobs:
517517
password: ${{ secrets.GITHUB_TOKEN }}
518518

519519
- name: Attest ${{ matrix.variant.name }} image provenance
520-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
520+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
521521
with:
522522
subject-name: ghcr.io/${{ matrix.variant.image-repository }}
523523
subject-digest: ${{ matrix.variant.digest }}
@@ -939,7 +939,7 @@ jobs:
939939
# the attestation links to the release tag.
940940
- name: Attest OpenVEX build provenance
941941
if: github.event_name == 'release'
942-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
942+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
943943
id: attest-vex
944944
with:
945945
subject-path: vex.openvex.json
@@ -1212,7 +1212,7 @@ jobs:
12121212
artifact-path: artifacts/${{ matrix.platform.artifact_name }}/${{ matrix.platform.artifact_name }}.tar.gz
12131213

12141214
- name: Attest binary tarball provenance
1215-
uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
1215+
uses: actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
12161216
with:
12171217
subject-path: artifacts/${{ matrix.platform.artifact_name }}/${{ matrix.platform.artifact_name }}.tar.gz
12181218

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable (moving ref — re-pin quarterly)
113113

114114
- name: Set up Python
115-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
115+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
116116
with:
117117
python-version: '3.11'
118118

@@ -133,7 +133,7 @@ jobs:
133133
poetry config virtualenvs.in-project true
134134
135135
- name: Cache Poetry dependencies
136-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
136+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
137137
with:
138138
path: docs/.venv
139139
key: ${{ runner.os }}-poetry-${{ hashFiles('docs/pyproject.toml') }}
@@ -146,7 +146,7 @@ jobs:
146146
poetry install --no-interaction --no-ansi
147147
148148
- name: Cache cargo build
149-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
149+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
150150
with:
151151
path: |
152152
~/.cargo/registry

0 commit comments

Comments
 (0)