From 02cc73a0f0c14a9311523dbf3b395e2179b5c33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 20:15:10 +0000 Subject: [PATCH] [actions] (deps): Bump the dev-dependencies group across 1 directory with 2 updates Bumps the dev-dependencies group with 2 updates in the / directory: [tj-actions/changed-files](https://github.com/tj-actions/changed-files) and [docker/login-action](https://github.com/docker/login-action). Updates `tj-actions/changed-files` from 44.0.1 to 45.0.4 - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/635f118699dd888d737c15018cd30aff2e0274f8...4edd678ac3f81e2dc578756871e4d00c19191daf) Updates `docker/login-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/0d4c9c5ea7693da7b068278f7b52bda2a190a446...9780b0c442fbb1117ed29e0efdff1e18412f7567) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major dependency-group: dev-dependencies - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-upload.yaml | 4 ++-- .github/workflows/package-quality-control.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-upload.yaml b/.github/workflows/build-and-upload.yaml index a760870..e8742fc 100644 --- a/.github/workflows/build-and-upload.yaml +++ b/.github/workflows/build-and-upload.yaml @@ -19,7 +19,7 @@ jobs: - name: Check for Changed Files id: changed-files - uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 + uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf with: files: | annotated_logger @@ -29,7 +29,7 @@ jobs: - name: Log into registry if: steps.changed-files.outputs.any_changed == 'true' - uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 + uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 with: registry: ghcr.io username: ${{ secrets.GHCR_USER }} diff --git a/.github/workflows/package-quality-control.yaml b/.github/workflows/package-quality-control.yaml index 032aacf..756289f 100644 --- a/.github/workflows/package-quality-control.yaml +++ b/.github/workflows/package-quality-control.yaml @@ -21,7 +21,7 @@ jobs: uses: actions/setup-python@v5 - name: Check for Changed Files id: changed-files - uses: tj-actions/changed-files@635f118699dd888d737c15018cd30aff2e0274f8 + uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf with: files: | pyproject.toml