From 8afbfccf76077de796aba4df6312e3fe7e584b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Dec 2021 22:52:28 +0000 Subject: [PATCH 1/2] Bump pre-commit/action from 2.0.0 to 2.0.3 Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.0 to 2.0.3. - [Release notes](https://github.com/pre-commit/action/releases) - [Commits](https://github.com/pre-commit/action/compare/v2.0.0...v2.0.3) Signed-off-by: dependabot[bot] --- .github/workflows/build-static-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-static-tests.yaml b/.github/workflows/build-static-tests.yaml index ffbd4e6..2c28c7f 100644 --- a/.github/workflows/build-static-tests.yaml +++ b/.github/workflows/build-static-tests.yaml @@ -12,4 +12,4 @@ jobs: - uses: actions/setup-python@v2 - - uses: pre-commit/action@v2.0.0 + - uses: pre-commit/action@v2.0.3 From b4b9a4572108196bce673568cb4a9af0b8f4304d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Dec 2021 22:52:33 +0000 Subject: [PATCH 2/2] Bump devmasx/merge-branch from 1.3.1 to 1.4.0 Bumps [devmasx/merge-branch](https://github.com/devmasx/merge-branch) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/devmasx/merge-branch/releases) - [Changelog](https://github.com/devmasx/merge-branch/blob/master/CHANGELOG.md) - [Commits](https://github.com/devmasx/merge-branch/compare/v1.3.1...1.4.0) --- updated-dependencies: - dependency-name: devmasx/merge-branch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release-cd-refresh-master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cd-refresh-master.yml b/.github/workflows/release-cd-refresh-master.yml index 9282137..83ac2f7 100644 --- a/.github/workflows/release-cd-refresh-master.yml +++ b/.github/workflows/release-cd-refresh-master.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout master uses: actions/checkout@v2.4.0 - name: Merge Tag -> Master - uses: devmasx/merge-branch@v1.3.1 + uses: devmasx/merge-branch@1.4.0 with: type: now from_branch: ${{ github.event.ref }}