From 5775fcaa212e587f1c26b02c0a67babee0486af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 13:53:32 +0000 Subject: [PATCH 1/2] build(deps): bump burnett01/rsync-deployments from 7.0.2 to 7.1.0 Bumps [burnett01/rsync-deployments](https://github.com/burnett01/rsync-deployments) from 7.0.2 to 7.1.0. - [Release notes](https://github.com/burnett01/rsync-deployments/releases) - [Commits](https://github.com/burnett01/rsync-deployments/compare/7.0.2...7.1.0) --- updated-dependencies: - dependency-name: burnett01/rsync-deployments dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release_deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_deploy.yaml b/.github/workflows/release_deploy.yaml index dd3444f..829f210 100644 --- a/.github/workflows/release_deploy.yaml +++ b/.github/workflows/release_deploy.yaml @@ -54,7 +54,7 @@ jobs: echo "cklist version: ${{ steps.info.outputs.version }}" - name: Deploy to cklist.org - uses: burnett01/rsync-deployments@7.0.2 + uses: burnett01/rsync-deployments@7.1.0 with: switches: -az path: _build/prod/rel/cklist/ From 8bc05b1016399dd5a0d9c80ef2a93747ec5b51c3 Mon Sep 17 00:00:00 2001 From: Roman Cattaneo Date: Tue, 2 Sep 2025 21:03:32 +0200 Subject: [PATCH 2/2] Update mix.exs Bump version number --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index c4bd24b..d7202d7 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Cklist.MixProject do def project do [ app: :cklist, - version: "0.0.11", + version: "0.0.12", elixir: "~> 1.14", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,