From 90758b514c74599759185b3ecedd5e6ba93635b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 16:27:13 +0000 Subject: [PATCH] Bump the ci-dependencies group with 2 updates Bumps the ci-dependencies group with 2 updates: [darbiadev/.github](https://github.com/darbiadev/.github) and [actions/checkout](https://github.com/actions/checkout). Updates `darbiadev/.github` from 13.0.0 to 13.0.3 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](https://github.com/darbiadev/.github/compare/ea97d99e1520c46080c4c9032a69552e491474ac...29197a38ef3741064f47b623ede0c1ad22402c57) Updates `actions/checkout` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: darbiadev/.github dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/image-build-push.yaml | 2 +- .github/workflows/lint-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/image-build-push.yaml b/.github/workflows/image-build-push.yaml index 5363dc7..de83604 100644 --- a/.github/workflows/image-build-push.yaml +++ b/.github/workflows/image-build-push.yaml @@ -17,4 +17,4 @@ permissions: jobs: build-push: - uses: darbiadev/.github/.github/workflows/docker-build-push.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0 + uses: darbiadev/.github/.github/workflows/docker-build-push.yaml@29197a38ef3741064f47b623ede0c1ad22402c57 # v13.0.3 diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index c8a6871..2f69716 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout repository" - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 - name: "Setup PDM" uses: pdm-project/setup-pdm@c050bdcb2405837648035b6678c75609d53a749f # v4