Skip to content

Commit e0ec239

Browse files
chore: bump the patch-updates group across 1 directory with 2 updates (#467)
chore: bump the patch-updates group with 2 updates Bumps the patch-updates group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/cache](https://github.com/actions/cache). Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d97964d commit e0ec239

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: "${{ env.PYTHON_VERSION }}"
2727

2828
- name: Upload package artifact
29-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
29+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
3030
with:
3131
name: python-package-${{ github.sha }}
3232
path: dist/

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: uv sync --locked --group dev --python 3.10
2424

2525
- name: Cache mypy cache
26-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v4.2.1
26+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4.2.1
2727
with:
2828
path: .mypy_cache
2929
key: mypy-${{ runner.os }}

0 commit comments

Comments
 (0)