From 0a1c4c222910d6f971db4ba75066ceeceee91f25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 06:27:20 -0500 Subject: [PATCH] Bump the ci-dependencies group with 1 update (#153) * Bump the ci-dependencies group with 1 update Bumps the ci-dependencies group with 1 update: [darbiadev/.github](https://github.com/darbiadev/.github). - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/068870f051676db9e2651013f7c7196ffdaeadaa...f185cc076161b47921c6fb6da4c1fd5e40b50bff) --- updated-dependencies: - dependency-name: darbiadev/.github dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] * Rename Dockerfile to Containerfile Signed-off-by: Bradley Reynolds --------- Signed-off-by: dependabot[bot] Signed-off-by: Bradley Reynolds Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bradley Reynolds --- .github/workflows/docker-build-push.yaml | 2 +- .github/workflows/python-ci.yaml | 8 ++++---- Dockerfile => Containerfile | 0 3 files changed, 5 insertions(+), 5 deletions(-) rename Dockerfile => Containerfile (100%) diff --git a/.github/workflows/docker-build-push.yaml b/.github/workflows/docker-build-push.yaml index 769d33b..592aff7 100644 --- a/.github/workflows/docker-build-push.yaml +++ b/.github/workflows/docker-build-push.yaml @@ -17,4 +17,4 @@ permissions: jobs: build-push: - uses: darbiadev/.github/.github/workflows/docker-build-push.yaml@068870f051676db9e2651013f7c7196ffdaeadaa # v2.0.0 + uses: darbiadev/.github/.github/workflows/docker-build-push.yaml@f185cc076161b47921c6fb6da4c1fd5e40b50bff # v3.0.0 diff --git a/.github/workflows/python-ci.yaml b/.github/workflows/python-ci.yaml index ba06608..a73b23b 100644 --- a/.github/workflows/python-ci.yaml +++ b/.github/workflows/python-ci.yaml @@ -8,11 +8,11 @@ on: jobs: pre-commit: - uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@068870f051676db9e2651013f7c7196ffdaeadaa # v2.0.0 + uses: darbiadev/.github/.github/workflows/generic-precommit.yaml@f185cc076161b47921c6fb6da4c1fd5e40b50bff # v3.0.0 lint: needs: pre-commit - uses: darbiadev/.github/.github/workflows/python-lint.yaml@068870f051676db9e2651013f7c7196ffdaeadaa # v2.0.0 + uses: darbiadev/.github/.github/workflows/python-lint.yaml@f185cc076161b47921c6fb6da4c1fd5e40b50bff # v3.0.0 test: needs: lint @@ -21,7 +21,7 @@ jobs: os: [ ubuntu-latest ] python-version: [ "3.11" ] - uses: darbiadev/.github/.github/workflows/python-test.yaml@068870f051676db9e2651013f7c7196ffdaeadaa # v2.0.0 + uses: darbiadev/.github/.github/workflows/python-test.yaml@f185cc076161b47921c6fb6da4c1fd5e40b50bff # v3.0.0 with: os: ${{ matrix.os }} python-version: ${{ matrix.python-version }} @@ -33,4 +33,4 @@ jobs: pages: write id-token: write - uses: darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml@068870f051676db9e2651013f7c7196ffdaeadaa # v2.0.0 + uses: darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml@f185cc076161b47921c6fb6da4c1fd5e40b50bff # v3.0.0 diff --git a/Dockerfile b/Containerfile similarity index 100% rename from Dockerfile rename to Containerfile